Shades of Calico #D0AB7A
Tints of Calico #D0AB7A
RGB
CMYK
RGB Variations
Color information
#D0AB7A (or 0xD0AB7A) is known color: Calico. HEX triplet: D0, AB and 7A. RGB value is (208,171,122). Sum of RGB (Red+Green+Blue) = 208+171+122=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB7A is #2F5485. Grayscale: #B0B0B0. Windows color (decimal): -3101830 or 8039376. OLE color: 8039376.
HSL color Cylindrical-coordinate representation of color #D0AB7A: hue angle of 34.19º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0AB7A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 122 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.18 |
| HSL | 34.19º | 0.48% | 0.65% | - |
| HSV(B) | 34.19º | 0.41% | 0.82% | - |
| XYZ | 44.09 | 43.94 | 24.57 | - |
| YUV | 176.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 122 | 0 | 0.18 | 0.41 | 0.18 | 34.19 | 0.48 | 0.65 |
| Hex | D0 | AB | 7A | 0 | 12 | 29 | 12 | 22 | 30 | 41 |
| Octal | 320 | 253 | 172 | 0 | 22 | 51 | 22 | 42 | 60 | 101 |
| Binary | 11010000 | 10101011 | 1111010 | 0 | 10010 | 101001 | 10010 | 100010 | 110000 | 1000001 |
Color Harmonies of #D0AB7A
Complementary color
Monochromatic Colors of #D0AB7A
Black with #D0AB7A
Text Example
Text Example
White with #D0AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB7A; }
p { color: rgb(208,171,122); }
H1.HeaderClassName
{
color: #D0AB7A;
}
.AnyTagClassName
{
color: #D0AB7A;
}
</style>
background-color css
<style>
a { background-color: #D0AB7A; }
a { background-color: rgb(208,171,122); }
div.DivClassName
{
background-color: #D0AB7A;
}
.BgClassName
{
background-color: #D0AB7A;
}
</style>
border-color css
<style>
span { border-color: #D0AB7A; }
span { border-color: rgb(208,171,122); }
td.TdClassName
{
border-color: #D0AB7A;
}
.TagClassName
{
border-color: #D0AB7A;
}
</style>