#D8AC89

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

Shades of Calico #D8AC89

Tints of Calico #D8AC89

Color information

#D8AC89 (or 0xD8AC89) is unknown color: approx Calico. HEX triplet: D8, AC and 89. RGB value is (216,172,137). Sum of RGB (Red+Green+Blue) = 216+172+137=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC89 is #275376. Grayscale: #B5B5B5. Windows color (decimal): -2577271 or 9022680. OLE color: 9022680.

HSL color Cylindrical-coordinate representation of color #D8AC89: hue angle of 26.58º degrees, saturation: 0.5, 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 #D8AC89 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216172137-
CMYK00.200.370.15
HSL26.58º50.32%69.22%-
HSV(B)26.58º36.57%84.71%-
XYZ47.5945.9130.02-
YUV181.17103.08152.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=41.14%
G=32.76%
B=26.10%

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
Decimal21617213700.200.370.1526.5850.3269.22
HexD8AC8901425F1b3245
Octal33025421102445173362105
Binary1101100010101100100010010101001001011111110111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC89; }

 p { color: rgb(216,172,137); }

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

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

 a { background-color: rgb(216,172,137); }

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

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

 span { border-color: rgb(216,172,137); }

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