Shades of Calico #D0AF88
Tints of Calico #D0AF88
RGB
CMYK
RGB Variations
Color information
#D0AF88 (or 0xD0AF88) is known color: Calico. HEX triplet: D0, AF and 88. RGB value is (208,175,136). Sum of RGB (Red+Green+Blue) = 208+175+136=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF88 is #2F5077. Grayscale: #B4B4B4. Windows color (decimal): -3100792 or 8957904. OLE color: 8957904.
HSL color Cylindrical-coordinate representation of color #D0AF88: hue angle of 32.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0AF88 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 136 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.18 |
| HSL | 32.5º | 0.43% | 0.67% | - |
| HSV(B) | 32.5º | 0.35% | 0.82% | - |
| XYZ | 45.79 | 45.85 | 29.73 | - |
| YUV | 180.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 136 | 0 | 0.16 | 0.35 | 0.18 | 32.5 | 0.43 | 0.67 |
| Hex | D0 | AF | 88 | 0 | 10 | 23 | 12 | 20 | 2B | 43 |
| Octal | 320 | 257 | 210 | 0 | 20 | 43 | 22 | 40 | 53 | 103 |
| Binary | 11010000 | 10101111 | 10001000 | 0 | 10000 | 100011 | 10010 | 100000 | 101011 | 1000011 |
Color Harmonies of #D0AF88
Complementary color
Monochromatic Colors of #D0AF88
Black with #D0AF88
Text Example
Text Example
White with #D0AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF88; }
p { color: rgb(208,175,136); }
H1.HeaderClassName
{
color: #D0AF88;
}
.AnyTagClassName
{
color: #D0AF88;
}
</style>
background-color css
<style>
a { background-color: #D0AF88; }
a { background-color: rgb(208,175,136); }
div.DivClassName
{
background-color: #D0AF88;
}
.BgClassName
{
background-color: #D0AF88;
}
</style>
border-color css
<style>
span { border-color: #D0AF88; }
span { border-color: rgb(208,175,136); }
td.TdClassName
{
border-color: #D0AF88;
}
.TagClassName
{
border-color: #D0AF88;
}
</style>