Shades of Calico #D0AF85
Tints of Calico #D0AF85
RGB
CMYK
RGB Variations
Color information
#D0AF85 (or 0xD0AF85) is known color: Calico. HEX triplet: D0, AF and 85. RGB value is (208,175,133). Sum of RGB (Red+Green+Blue) = 208+175+133=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF85 is #2F507A. Grayscale: #B4B4B4. Windows color (decimal): -3100795 or 8761296. OLE color: 8761296.
HSL color Cylindrical-coordinate representation of color #D0AF85: hue angle of 33.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0AF85 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 133 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.18 |
| HSL | 33.6º | 0.44% | 0.67% | - |
| HSV(B) | 33.6º | 0.36% | 0.82% | - |
| XYZ | 45.58 | 45.76 | 28.62 | - |
| YUV | 180.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 133 | 0 | 0.16 | 0.36 | 0.18 | 33.6 | 0.44 | 0.67 |
| Hex | D0 | AF | 85 | 0 | 10 | 24 | 12 | 22 | 2C | 43 |
| Octal | 320 | 257 | 205 | 0 | 20 | 44 | 22 | 42 | 54 | 103 |
| Binary | 11010000 | 10101111 | 10000101 | 0 | 10000 | 100100 | 10010 | 100010 | 101100 | 1000011 |
Color Harmonies of #D0AF85
Complementary color
Monochromatic Colors of #D0AF85
Black with #D0AF85
Text Example
Text Example
White with #D0AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF85; }
p { color: rgb(208,175,133); }
H1.HeaderClassName
{
color: #D0AF85;
}
.AnyTagClassName
{
color: #D0AF85;
}
</style>
background-color css
<style>
a { background-color: #D0AF85; }
a { background-color: rgb(208,175,133); }
div.DivClassName
{
background-color: #D0AF85;
}
.BgClassName
{
background-color: #D0AF85;
}
</style>
border-color css
<style>
span { border-color: #D0AF85; }
span { border-color: rgb(208,175,133); }
td.TdClassName
{
border-color: #D0AF85;
}
.TagClassName
{
border-color: #D0AF85;
}
</style>