Shades of Calico #D0AC83
Tints of Calico #D0AC83
RGB
CMYK
RGB Variations
Color information
#D0AC83 (or 0xD0AC83) is known color: Calico. HEX triplet: D0, AC and 83. RGB value is (208,172,131). Sum of RGB (Red+Green+Blue) = 208+172+131=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC83 is #2F537C. Grayscale: #B2B2B2. Windows color (decimal): -3101565 or 8629456. OLE color: 8629456.
HSL color Cylindrical-coordinate representation of color #D0AC83: hue angle of 31.95º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0AC83 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 131 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.18 |
| HSL | 31.95º | 0.45% | 0.66% | - |
| HSV(B) | 31.95º | 0.37% | 0.82% | - |
| XYZ | 44.86 | 44.55 | 27.71 | - |
| YUV | 178.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 131 | 0 | 0.17 | 0.37 | 0.18 | 31.95 | 0.45 | 0.66 |
| Hex | D0 | AC | 83 | 0 | 11 | 25 | 12 | 20 | 2D | 42 |
| Octal | 320 | 254 | 203 | 0 | 21 | 45 | 22 | 40 | 55 | 102 |
| Binary | 11010000 | 10101100 | 10000011 | 0 | 10001 | 100101 | 10010 | 100000 | 101101 | 1000010 |
Color Harmonies of #D0AC83
Complementary color
Monochromatic Colors of #D0AC83
Black with #D0AC83
Text Example
Text Example
White with #D0AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC83; }
p { color: rgb(208,172,131); }
H1.HeaderClassName
{
color: #D0AC83;
}
.AnyTagClassName
{
color: #D0AC83;
}
</style>
background-color css
<style>
a { background-color: #D0AC83; }
a { background-color: rgb(208,172,131); }
div.DivClassName
{
background-color: #D0AC83;
}
.BgClassName
{
background-color: #D0AC83;
}
</style>
border-color css
<style>
span { border-color: #D0AC83; }
span { border-color: rgb(208,172,131); }
td.TdClassName
{
border-color: #D0AC83;
}
.TagClassName
{
border-color: #D0AC83;
}
</style>