#D2AC8A

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

Shades of Calico #D2AC8A

Tints of Calico #D2AC8A

Color information

#D2AC8A (or 0xD2AC8A) is unknown color: approx Calico. HEX triplet: D2, AC and 8A. RGB value is (210,172,138). Sum of RGB (Red+Green+Blue) = 210+172+138=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC8A is #2D5375. Grayscale: #B3B3B3. Windows color (decimal): -2970486 or 9088210. OLE color: 9088210.

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

Color convert

RGB210172138-
CMYK00.180.340.18
HSL28.33º44.44%68.24%-
HSV(B)28.33º34.29%82.35%-
XYZ45.9245.0430.32-
YUV179.49104.59149.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=40.38%
G=33.08%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017213800.180.340.1828.3344.4468.24
HexD2AC8A01222121c2c44
Octal32225421202242223454104
Binary11010010101011001000101001001010001010010111001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC8A; }

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

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

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

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

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

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

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

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