#D2AE80

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

Shades of Calico #D2AE80

Tints of Calico #D2AE80

Color information

#D2AE80 (or 0xD2AE80) is unknown color: approx Calico. HEX triplet: D2, AE and 80. RGB value is (210,174,128). Sum of RGB (Red+Green+Blue) = 210+174+128=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AE80 is #2D517F. Grayscale: #B3B3B3. Windows color (decimal): -2969984 or 8433362. OLE color: 8433362.

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

Color convert

RGB210174128-
CMYK00.170.390.18
HSL33.66º47.67%66.27%-
HSV(B)33.66º39.05%82.35%-
XYZ45.6145.5326.81-
YUV179.5298.93149.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 128 (50.39% from 255) = 25%
R=41.02%
G=33.98%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017412800.170.390.1833.6647.6766.27
HexD2AE800112712223042
Octal32225620002147224260102
Binary110100101010111010000000010001100111100101000101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AE80; }

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

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

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

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

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

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

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

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