Shades of Calico #D0AF83
Tints of Calico #D0AF83
RGB
CMYK
RGB Variations
Color information
#D0AF83 (or 0xD0AF83) is known color: Calico. HEX triplet: D0, AF and 83. RGB value is (208,175,131). Sum of RGB (Red+Green+Blue) = 208+175+131=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF83 is #2F507C. Grayscale: #B4B4B4. Windows color (decimal): -3100797 or 8630224. OLE color: 8630224.
HSL color Cylindrical-coordinate representation of color #D0AF83: hue angle of 34.29º 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 #D0AF83 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 131 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.18 |
| HSL | 34.29º | 0.45% | 0.66% | - |
| HSV(B) | 34.29º | 0.37% | 0.82% | - |
| XYZ | 45.44 | 45.71 | 27.9 | - |
| YUV | 179.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 131 | 0 | 0.16 | 0.37 | 0.18 | 34.29 | 0.45 | 0.66 |
| Hex | D0 | AF | 83 | 0 | 10 | 25 | 12 | 22 | 2D | 42 |
| Octal | 320 | 257 | 203 | 0 | 20 | 45 | 22 | 42 | 55 | 102 |
| Binary | 11010000 | 10101111 | 10000011 | 0 | 10000 | 100101 | 10010 | 100010 | 101101 | 1000010 |
Color Harmonies of #D0AF83
Complementary color
Monochromatic Colors of #D0AF83
Black with #D0AF83
Text Example
Text Example
White with #D0AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF83; }
p { color: rgb(208,175,131); }
H1.HeaderClassName
{
color: #D0AF83;
}
.AnyTagClassName
{
color: #D0AF83;
}
</style>
background-color css
<style>
a { background-color: #D0AF83; }
a { background-color: rgb(208,175,131); }
div.DivClassName
{
background-color: #D0AF83;
}
.BgClassName
{
background-color: #D0AF83;
}
</style>
border-color css
<style>
span { border-color: #D0AF83; }
span { border-color: rgb(208,175,131); }
td.TdClassName
{
border-color: #D0AF83;
}
.TagClassName
{
border-color: #D0AF83;
}
</style>