Shades of Calico #D0AB7D
Tints of Calico #D0AB7D
RGB
CMYK
RGB Variations
Color information
#D0AB7D (or 0xD0AB7D) is known color: Calico. HEX triplet: D0, AB and 7D. RGB value is (208,171,125). Sum of RGB (Red+Green+Blue) = 208+171+125=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB7D is #2F5482. Grayscale: #B1B1B1. Windows color (decimal): -3101827 or 8235984. OLE color: 8235984.
HSL color Cylindrical-coordinate representation of color #D0AB7D: hue angle of 33.25º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0AB7D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 125 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.18 |
| HSL | 33.25º | 0.47% | 0.65% | - |
| HSV(B) | 33.25º | 0.4% | 0.82% | - |
| XYZ | 44.28 | 44.02 | 25.56 | - |
| YUV | 176.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 125 | 0 | 0.18 | 0.40 | 0.18 | 33.25 | 0.47 | 0.65 |
| Hex | D0 | AB | 7D | 0 | 12 | 28 | 12 | 21 | 2F | 41 |
| Octal | 320 | 253 | 175 | 0 | 22 | 50 | 22 | 41 | 57 | 101 |
| Binary | 11010000 | 10101011 | 1111101 | 0 | 10010 | 101000 | 10010 | 100001 | 101111 | 1000001 |
Color Harmonies of #D0AB7D
Complementary color
Monochromatic Colors of #D0AB7D
Black with #D0AB7D
Text Example
Text Example
White with #D0AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB7D; }
p { color: rgb(208,171,125); }
H1.HeaderClassName
{
color: #D0AB7D;
}
.AnyTagClassName
{
color: #D0AB7D;
}
</style>
background-color css
<style>
a { background-color: #D0AB7D; }
a { background-color: rgb(208,171,125); }
div.DivClassName
{
background-color: #D0AB7D;
}
.BgClassName
{
background-color: #D0AB7D;
}
</style>
border-color css
<style>
span { border-color: #D0AB7D; }
span { border-color: rgb(208,171,125); }
td.TdClassName
{
border-color: #D0AB7D;
}
.TagClassName
{
border-color: #D0AB7D;
}
</style>