#D8AC81

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

Shades of Calico #D8AC81

Tints of Calico #D8AC81

Color information

#D8AC81 (or 0xD8AC81) is unknown color: approx Calico. HEX triplet: D8, AC and 81. RGB value is (216,172,129). Sum of RGB (Red+Green+Blue) = 216+172+129=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC81 is #27537E. Grayscale: #B4B4B4. Windows color (decimal): -2577279 or 8498392. OLE color: 8498392.

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

Color convert

RGB216172129-
CMYK00.200.400.15
HSL29.66º52.73%67.65%-
HSV(B)29.66º40.28%84.71%-
XYZ47.0345.6927.11-
YUV180.2599.08153.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=41.78%
G=33.27%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617212900.200.400.1529.6652.7367.65
HexD8AC8101428F1e3544
Octal33025420102450173665104
Binary1101100010101100100000010101001010001111111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC81; }

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

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

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

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

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

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

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

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