#D8AC80

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

Shades of Calico #D8AC80

Tints of Calico #D8AC80

Color information

#D8AC80 (or 0xD8AC80) is unknown color: approx Calico. HEX triplet: D8, AC and 80. RGB value is (216,172,128). Sum of RGB (Red+Green+Blue) = 216+172+128=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC80 is #27537F. Grayscale: #B4B4B4. Windows color (decimal): -2577280 or 8432856. OLE color: 8432856.

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

Color convert

RGB216172128-
CMYK00.200.410.15
HSL30º53.01%67.45%-
HSV(B)30º40.74%84.71%-
XYZ46.9745.6626.76-
YUV180.1498.58153.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=41.86%
G=33.33%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617212800.200.410.153053.0167.45
HexD8AC8001429F1e3543
Octal33025420002451173665103
Binary1101100010101100100000000101001010011111111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC80; }

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

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

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

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

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

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

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

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