#D2AC8C

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

Shades of Calico #D2AC8C

Tints of Calico #D2AC8C

Color information

#D2AC8C (or 0xD2AC8C) is unknown color: approx Calico. HEX triplet: D2, AC and 8C. RGB value is (210,172,140). Sum of RGB (Red+Green+Blue) = 210+172+140=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC8C is #2D5373. Grayscale: #B3B3B3. Windows color (decimal): -2970484 or 9219282. OLE color: 9219282.

HSL color Cylindrical-coordinate representation of color #D2AC8C: hue angle of 27.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2AC8C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210172140-
CMYK00.180.330.18
HSL27.43º43.75%68.63%-
HSV(B)27.43º33.33%82.35%-
XYZ46.0645.131.09-
YUV179.71105.59149.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=40.23%
G=32.95%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017214000.180.330.1827.4343.7568.63
HexD2AC8C01221121b2c45
Octal32225421402241223354105
Binary11010010101011001000110001001010000110010110111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC8C; }

 p { color: rgb(210,172,140); }

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

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

 a { background-color: rgb(210,172,140); }

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

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

 span { border-color: rgb(210,172,140); }

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