#D9AE8A

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

Shades of Calico #D9AE8A

Tints of Calico #D9AE8A

Color information

#D9AE8A (or 0xD9AE8A) is unknown color: approx Calico. HEX triplet: D9, AE and 8A. RGB value is (217,174,138). Sum of RGB (Red+Green+Blue) = 217+174+138=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE8A is #265175. Grayscale: #B6B6B6. Windows color (decimal): -2511222 or 9088729. OLE color: 9088729.

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

Color convert

RGB217174138-
CMYK00.200.360.15
HSL27.34º50.97%69.61%-
HSV(B)27.34º36.41%85.1%-
XYZ48.3446.8630.54-
YUV182.75102.75152.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=41.02%
G=32.89%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717413800.200.360.1527.3450.9769.61
HexD9AE8A01424F1b3346
Octal33125621202444173363106
Binary1101100110101110100010100101001001001111110111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE8A; }

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

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

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

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

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

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

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

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