Shades of Calico #D2AC82
Tints of Calico #D2AC82
RGB
CMYK
RGB Variations
Color information
#D2AC82 (or 0xD2AC82) is known color: 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
| RGB | 210 | 172 | 130 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.18 |
| HSL | 31.5º | 0.47% | 0.67% | - |
| HSV(B) | 31.5º | 0.38% | 0.82% | - |
| XYZ | 45.36 | 44.82 | 27.38 | - |
| YUV | 178.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 130 | 0 | 0.18 | 0.38 | 0.18 | 31.5 | 0.47 | 0.67 |
| Hex | D2 | AC | 82 | 0 | 12 | 26 | 12 | 1F | 2F | 43 |
| Octal | 322 | 254 | 202 | 0 | 22 | 46 | 22 | 37 | 57 | 103 |
| Binary | 11010010 | 10101100 | 10000010 | 0 | 10010 | 100110 | 10010 | 11111 | 101111 | 1000011 |
Color Harmonies of #D2AC82
Complementary color
Monochromatic Colors of #D2AC82
Black with #D2AC82
Text Example
Text Example
White with #D2AC82
Text Example
Text Example
HTML Codes & Css Web 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>