Shades of Calico #D0AF80
Tints of Calico #D0AF80
RGB
CMYK
RGB Variations
Color information
#D0AF80 (or 0xD0AF80) is known color: Calico. HEX triplet: D0, AF and 80. RGB value is (208,175,128). Sum of RGB (Red+Green+Blue) = 208+175+128=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF80 is #2F507F. Grayscale: #B3B3B3. Windows color (decimal): -3100800 or 8433616. OLE color: 8433616.
HSL color Cylindrical-coordinate representation of color #D0AF80: hue angle of 35.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0AF80 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 128 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.18 |
| HSL | 35.25º | 0.46% | 0.66% | - |
| HSV(B) | 35.25º | 0.38% | 0.82% | - |
| XYZ | 45.24 | 45.63 | 26.84 | - |
| YUV | 179.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 128 | 0 | 0.16 | 0.38 | 0.18 | 35.25 | 0.46 | 0.66 |
| Hex | D0 | AF | 80 | 0 | 10 | 26 | 12 | 23 | 2E | 42 |
| Octal | 320 | 257 | 200 | 0 | 20 | 46 | 22 | 43 | 56 | 102 |
| Binary | 11010000 | 10101111 | 10000000 | 0 | 10000 | 100110 | 10010 | 100011 | 101110 | 1000010 |
Color Harmonies of #D0AF80
Complementary color
Monochromatic Colors of #D0AF80
Black with #D0AF80
Text Example
Text Example
White with #D0AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF80; }
p { color: rgb(208,175,128); }
H1.HeaderClassName
{
color: #D0AF80;
}
.AnyTagClassName
{
color: #D0AF80;
}
</style>
background-color css
<style>
a { background-color: #D0AF80; }
a { background-color: rgb(208,175,128); }
div.DivClassName
{
background-color: #D0AF80;
}
.BgClassName
{
background-color: #D0AF80;
}
</style>
border-color css
<style>
span { border-color: #D0AF80; }
span { border-color: rgb(208,175,128); }
td.TdClassName
{
border-color: #D0AF80;
}
.TagClassName
{
border-color: #D0AF80;
}
</style>