Shades of Calico #D8AC83
Tints of Calico #D8AC83
RGB
CMYK
RGB Variations
Color information
#D8AC83 (or 0xD8AC83) is known color: Calico. HEX triplet: D8, AC and 83. RGB value is (216,172,131). Sum of RGB (Red+Green+Blue) = 216+172+131=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC83 is #27537C. Grayscale: #B4B4B4. Windows color (decimal): -2577277 or 8629464. OLE color: 8629464.
HSL color Cylindrical-coordinate representation of color #D8AC83: hue angle of 28.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8AC83 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 131 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.15 |
| HSL | 28.94º | 0.52% | 0.68% | - |
| HSV(B) | 28.94º | 0.39% | 0.85% | - |
| XYZ | 47.17 | 45.74 | 27.82 | - |
| YUV | 180.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 131 | 0 | 0.20 | 0.39 | 0.15 | 28.94 | 0.52 | 0.68 |
| Hex | D8 | AC | 83 | 0 | 14 | 27 | F | 1D | 34 | 44 |
| Octal | 330 | 254 | 203 | 0 | 24 | 47 | 17 | 35 | 64 | 104 |
| Binary | 11011000 | 10101100 | 10000011 | 0 | 10100 | 100111 | 1111 | 11101 | 110100 | 1000100 |
Color Harmonies of #D8AC83
Complementary color
Monochromatic Colors of #D8AC83
Black with #D8AC83
Text Example
Text Example
White with #D8AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC83; }
p { color: rgb(216,172,131); }
H1.HeaderClassName
{
color: #D8AC83;
}
.AnyTagClassName
{
color: #D8AC83;
}
</style>
background-color css
<style>
a { background-color: #D8AC83; }
a { background-color: rgb(216,172,131); }
div.DivClassName
{
background-color: #D8AC83;
}
.BgClassName
{
background-color: #D8AC83;
}
</style>
border-color css
<style>
span { border-color: #D8AC83; }
span { border-color: rgb(216,172,131); }
td.TdClassName
{
border-color: #D8AC83;
}
.TagClassName
{
border-color: #D8AC83;
}
</style>