#D0AD84

Color #D0AD84 Calico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calico #D0AD84

Tints of Calico #D0AD84

Color information

#D0AD84 (or 0xD0AD84) is unknown color: approx Calico. HEX triplet: D0, AD and 84. RGB value is (208,173,132). Sum of RGB (Red+Green+Blue) = 208+173+132=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD84 is #2F527B. Grayscale: #B2B2B2. Windows color (decimal): -3101308 or 8695248. OLE color: 8695248.

HSL color Cylindrical-coordinate representation of color #D0AD84: hue angle of 32.37º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0AD84 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB208173132-
CMYK00.170.370.18
HSL32.37º44.71%66.67%-
HSV(B)32.37º36.54%81.57%-
XYZ45.1244.9628.13-
YUV178.79101.6148.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=40.55%
G=33.72%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817313200.170.370.1832.3744.7166.67
HexD0AD840112512202d43
Octal32025520402145224055103
Binary110100001010110110000100010001100101100101000001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AD84; }

 p { color: rgb(208,173,132); }

 H1.HeaderClassName
 {
   color: #D0AD84;
 }
 .AnyTagClassName
 {
   color: #D0AD84;
 }
</style>
background-color css

<style>
 a { background-color: #D0AD84; }

 a { background-color: rgb(208,173,132); }

 div.DivClassName
 {
   background-color: #D0AD84;
 }
 .BgClassName
 {
   background-color: #D0AD84;
 }
</style>
border-color css

<style>
 span { border-color: #D0AD84; }

 span { border-color: rgb(208,173,132); }

 td.TdClassName
 {
   border-color: #D0AD84;
 }
 .TagClassName
 {
   border-color: #D0AD84;
 }
</style>