#D8AD81

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

Shades of Calico #D8AD81

Tints of Calico #D8AD81

Color information

#D8AD81 (or 0xD8AD81) is unknown color: approx Calico. HEX triplet: D8, AD and 81. RGB value is (216,173,129). Sum of RGB (Red+Green+Blue) = 216+173+129=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD81 is #27527E. Grayscale: #B5B5B5. Windows color (decimal): -2577023 or 8498648. OLE color: 8498648.

HSL color Cylindrical-coordinate representation of color #D8AD81: hue angle of 30.34º 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 #D8AD81 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216173129-
CMYK00.200.400.15
HSL30.34º52.73%67.65%-
HSV(B)30.34º40.28%84.71%-
XYZ47.2246.0727.17-
YUV180.8498.75153.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=41.70%
G=33.40%
B=24.90%

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
Decimal21617312900.200.400.1530.3452.7367.65
HexD8AD8101428F1e3544
Octal33025520102450173665104
Binary1101100010101101100000010101001010001111111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD81; }

 p { color: rgb(216,173,129); }

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

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

 a { background-color: rgb(216,173,129); }

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

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

 span { border-color: rgb(216,173,129); }

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