#D9AE88

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

Shades of Calico #D9AE88

Tints of Calico #D9AE88

Color information

#D9AE88 (or 0xD9AE88) is unknown color: approx Calico. HEX triplet: D9, AE and 88. RGB value is (217,174,136). Sum of RGB (Red+Green+Blue) = 217+174+136=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE88 is #265177. Grayscale: #B6B6B6. Windows color (decimal): -2511224 or 8957657. OLE color: 8957657.

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

Color convert

RGB217174136-
CMYK00.200.370.15
HSL28.15º51.59%69.22%-
HSV(B)28.15º37.33%85.1%-
XYZ48.246.829.79-
YUV182.52101.75152.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=41.18%
G=33.02%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717413600.200.370.1528.1551.5969.22
HexD9AE8801425F1c3445
Octal33125621002445173464105
Binary1101100110101110100010000101001001011111111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE88; }

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

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

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

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

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

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

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

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