#D9AE80

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

Shades of Calico #D9AE80

Tints of Calico #D9AE80

Color information

#D9AE80 (or 0xD9AE80) is unknown color: approx Calico. HEX triplet: D9, AE and 80. RGB value is (217,174,128). Sum of RGB (Red+Green+Blue) = 217+174+128=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE80 is #26517F. Grayscale: #B5B5B5. Windows color (decimal): -2511232 or 8433369. OLE color: 8433369.

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

Color convert

RGB217174128-
CMYK00.200.410.15
HSL31.01º53.94%67.65%-
HSV(B)31.01º41.01%85.1%-
XYZ47.6546.5826.9-
YUV181.6197.75153.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=41.81%
G=33.53%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717412800.200.410.1531.0153.9467.65
HexD9AE8001429F1f3644
Octal33125620002451173766104
Binary1101100110101110100000000101001010011111111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE80; }

 p { color: rgb(217,174,128); }

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

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

 a { background-color: rgb(217,174,128); }

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

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

 span { border-color: rgb(217,174,128); }

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