Shades of Calico #D0AB7B
Tints of Calico #D0AB7B
RGB
CMYK
RGB Variations
Color information
#D0AB7B (or 0xD0AB7B) is known color: Calico. HEX triplet: D0, AB and 7B. RGB value is (208,171,123). Sum of RGB (Red+Green+Blue) = 208+171+123=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB7B is #2F5484. Grayscale: #B0B0B0. Windows color (decimal): -3101829 or 8104912. OLE color: 8104912.
HSL color Cylindrical-coordinate representation of color #D0AB7B: hue angle of 33.88º degrees, saturation: 0.47, 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 #D0AB7B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 123 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.18 |
| HSL | 33.88º | 0.47% | 0.65% | - |
| HSV(B) | 33.88º | 0.41% | 0.82% | - |
| XYZ | 44.15 | 43.97 | 24.9 | - |
| YUV | 176.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 123 | 0 | 0.18 | 0.41 | 0.18 | 33.88 | 0.47 | 0.65 |
| Hex | D0 | AB | 7B | 0 | 12 | 29 | 12 | 22 | 2F | 41 |
| Octal | 320 | 253 | 173 | 0 | 22 | 51 | 22 | 42 | 57 | 101 |
| Binary | 11010000 | 10101011 | 1111011 | 0 | 10010 | 101001 | 10010 | 100010 | 101111 | 1000001 |
Color Harmonies of #D0AB7B
Complementary color
Monochromatic Colors of #D0AB7B
Black with #D0AB7B
Text Example
Text Example
White with #D0AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB7B; }
p { color: rgb(208,171,123); }
H1.HeaderClassName
{
color: #D0AB7B;
}
.AnyTagClassName
{
color: #D0AB7B;
}
</style>
background-color css
<style>
a { background-color: #D0AB7B; }
a { background-color: rgb(208,171,123); }
div.DivClassName
{
background-color: #D0AB7B;
}
.BgClassName
{
background-color: #D0AB7B;
}
</style>
border-color css
<style>
span { border-color: #D0AB7B; }
span { border-color: rgb(208,171,123); }
td.TdClassName
{
border-color: #D0AB7B;
}
.TagClassName
{
border-color: #D0AB7B;
}
</style>