#D0AE88

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

Shades of Calico #D0AE88

Tints of Calico #D0AE88

Color information

#D0AE88 (or 0xD0AE88) is unknown color: approx Calico. HEX triplet: D0, AE and 88. RGB value is (208,174,136). Sum of RGB (Red+Green+Blue) = 208+174+136=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE88 is #2F5177. Grayscale: #B4B4B4. Windows color (decimal): -3101048 or 8957648. OLE color: 8957648.

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

Color convert

RGB208174136-
CMYK00.160.350.18
HSL31.67º43.37%67.45%-
HSV(B)31.67º34.62%81.57%-
XYZ45.5945.4629.66-
YUV179.83103.26148.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=40.15%
G=33.59%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817413600.160.350.1831.6743.3767.45
HexD0AE880102312202b43
Octal32025621002043224053103
Binary110100001010111010001000010000100011100101000001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE88; }

 p { color: rgb(208,174,136); }

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

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

 a { background-color: rgb(208,174,136); }

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

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

 span { border-color: rgb(208,174,136); }

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