#DAAE87

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

Shades of Calico #DAAE87

Tints of Calico #DAAE87

Color information

#DAAE87 (or 0xDAAE87) is unknown color: approx Calico. HEX triplet: DA, AE and 87. RGB value is (218,174,135). Sum of RGB (Red+Green+Blue) = 218+174+135=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE87 is #255178. Grayscale: #B6B6B6. Windows color (decimal): -2445689 or 8892122. OLE color: 8892122.

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

Color convert

RGB218174135-
CMYK00.200.380.15
HSL28.19º52.87%69.22%-
HSV(B)28.19º38.07%85.49%-
XYZ48.4246.9329.43-
YUV182.71101.08153.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 135 (53.12% from 255) = 25.62%
R=41.37%
G=33.02%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817413500.200.380.1528.1952.8769.22
HexDAAE8701426F1c3545
Octal33225620702446173465105
Binary1101101010101110100001110101001001101111111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE87; }

 p { color: rgb(218,174,135); }

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

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

 a { background-color: rgb(218,174,135); }

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

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

 span { border-color: rgb(218,174,135); }

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