#D7AE87

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

Shades of Calico #D7AE87

Tints of Calico #D7AE87

Color information

#D7AE87 (or 0xD7AE87) is unknown color: approx Calico. HEX triplet: D7, AE and 87. RGB value is (215,174,135). Sum of RGB (Red+Green+Blue) = 215+174+135=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AE87 is #285178. Grayscale: #B6B6B6. Windows color (decimal): -2642297 or 8892119. OLE color: 8892119.

HSL color Cylindrical-coordinate representation of color #D7AE87: hue angle of 29.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7AE87 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB215174135-
CMYK00.190.370.16
HSL29.25º50%68.63%-
HSV(B)29.25º37.21%84.31%-
XYZ47.5346.4729.39-
YUV181.81101.58151.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=41.03%
G=33.21%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517413500.190.370.1629.255068.63
HexD7AE8701325101d3245
Octal32725620702345203562105
Binary11010111101011101000011101001110010110000111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE87; }

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

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

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

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

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

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

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

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