#D9AD83

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

Shades of Calico #D9AD83

Tints of Calico #D9AD83

Color information

#D9AD83 (or 0xD9AD83) is unknown color: approx Calico. HEX triplet: D9, AD and 83. RGB value is (217,173,131). Sum of RGB (Red+Green+Blue) = 217+173+131=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD83 is #26527C. Grayscale: #B5B5B5. Windows color (decimal): -2511485 or 8629721. OLE color: 8629721.

HSL color Cylindrical-coordinate representation of color #D9AD83: hue angle of 29.3º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9AD83 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217173131-
CMYK00.200.400.15
HSL29.3º53.09%68.24%-
HSV(B)29.3º39.63%85.1%-
XYZ47.6646.2827.89-
YUV181.3799.58153.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 131 (51.56% from 255) = 25.14%
R=41.65%
G=33.21%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717313100.200.400.1529.353.0968.24
HexD9AD8301428F1d3544
Octal33125520302450173565104
Binary1101100110101101100000110101001010001111111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD83; }

 p { color: rgb(217,173,131); }

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

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

 a { background-color: rgb(217,173,131); }

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

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

 span { border-color: rgb(217,173,131); }

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