#D2AC82

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

Shades of Calico #D2AC82

Tints of Calico #D2AC82

Color information

#D2AC82 (or 0xD2AC82) is unknown color: approx Calico. HEX triplet: D2, AC and 82. RGB value is (210,172,130). Sum of RGB (Red+Green+Blue) = 210+172+130=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC82 is #2D537D. Grayscale: #B2B2B2. Windows color (decimal): -2970494 or 8563922. OLE color: 8563922.

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

Color convert

RGB210172130-
CMYK00.180.380.18
HSL31.5º47.06%66.67%-
HSV(B)31.5º38.1%82.35%-
XYZ45.3644.8227.38-
YUV178.57100.59150.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=41.02%
G=33.59%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017213000.180.380.1831.547.0666.67
HexD2AC820122612202f43
Octal32225420202246224057103
Binary110100101010110010000010010010100110100101000001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC82; }

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

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

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

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

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

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

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

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