#D8AC8A

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

Shades of Calico #D8AC8A

Tints of Calico #D8AC8A

Color information

#D8AC8A (or 0xD8AC8A) is unknown color: approx Calico. HEX triplet: D8, AC and 8A. RGB value is (216,172,138). Sum of RGB (Red+Green+Blue) = 216+172+138=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC8A is #275375. Grayscale: #B5B5B5. Windows color (decimal): -2577270 or 9088216. OLE color: 9088216.

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

Color convert

RGB216172138-
CMYK00.200.360.15
HSL26.15º50%69.41%-
HSV(B)26.15º36.11%84.71%-
XYZ47.6645.9430.4-
YUV181.28103.58152.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=41.06%
G=32.70%
B=26.24%

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
Decimal21617213800.200.360.1526.155069.41
HexD8AC8A01424F1a3245
Octal33025421202444173262105
Binary1101100010101100100010100101001001001111110101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC8A; }

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

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

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

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

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

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

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

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