#D8AC8B

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

Shades of Calico #D8AC8B

Tints of Calico #D8AC8B

Color information

#D8AC8B (or 0xD8AC8B) is unknown color: approx Calico. HEX triplet: D8, AC and 8B. RGB value is (216,172,139). Sum of RGB (Red+Green+Blue) = 216+172+139=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC8B is #275374. Grayscale: #B5B5B5. Windows color (decimal): -2577269 or 9153752. OLE color: 9153752.

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

Color convert

RGB216172139-
CMYK00.200.360.15
HSL25.71º49.68%69.61%-
HSV(B)25.71º35.65%84.71%-
XYZ47.7345.9730.78-
YUV181.39104.08152.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 139 (54.69% from 255) = 26.38%
R=40.99%
G=32.64%
B=26.38%

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
Decimal21617213900.200.360.1525.7149.6869.61
HexD8AC8B01424F1a3246
Octal33025421302444173262106
Binary1101100010101100100010110101001001001111110101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC8B; }

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

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

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

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

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

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

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

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