Shades of Calico #D2AC83
Tints of Calico #D2AC83
RGB
CMYK
RGB Variations
Color information
#D2AC83 (or 0xD2AC83) is known color: Calico. HEX triplet: D2, AC and 83. RGB value is (210,172,131). Sum of RGB (Red+Green+Blue) = 210+172+131=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC83 is #2D537C. Grayscale: #B2B2B2. Windows color (decimal): -2970493 or 8629458. OLE color: 8629458.
HSL color Cylindrical-coordinate representation of color #D2AC83: hue angle of 31.14º 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 #D2AC83 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 131 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.18 |
| HSL | 31.14º | 0.47% | 0.67% | - |
| HSV(B) | 31.14º | 0.38% | 0.82% | - |
| XYZ | 45.43 | 44.85 | 27.73 | - |
| YUV | 178.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 131 | 0 | 0.18 | 0.38 | 0.18 | 31.14 | 0.47 | 0.67 |
| Hex | D2 | AC | 83 | 0 | 12 | 26 | 12 | 1F | 2F | 43 |
| Octal | 322 | 254 | 203 | 0 | 22 | 46 | 22 | 37 | 57 | 103 |
| Binary | 11010010 | 10101100 | 10000011 | 0 | 10010 | 100110 | 10010 | 11111 | 101111 | 1000011 |
Color Harmonies of #D2AC83
Complementary color
Monochromatic Colors of #D2AC83
Black with #D2AC83
Text Example
Text Example
White with #D2AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC83; }
p { color: rgb(210,172,131); }
H1.HeaderClassName
{
color: #D2AC83;
}
.AnyTagClassName
{
color: #D2AC83;
}
</style>
background-color css
<style>
a { background-color: #D2AC83; }
a { background-color: rgb(210,172,131); }
div.DivClassName
{
background-color: #D2AC83;
}
.BgClassName
{
background-color: #D2AC83;
}
</style>
border-color css
<style>
span { border-color: #D2AC83; }
span { border-color: rgb(210,172,131); }
td.TdClassName
{
border-color: #D2AC83;
}
.TagClassName
{
border-color: #D2AC83;
}
</style>