Shades of Calico #D0B07E
Tints of Calico #D0B07E
RGB
CMYK
RGB Variations
Color information
#D0B07E (or 0xD0B07E) is known color: Calico. HEX triplet: D0, B0 and 7E. RGB value is (208,176,126). Sum of RGB (Red+Green+Blue) = 208+176+126=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B07E is #2F4F81. Grayscale: #B4B4B4. Windows color (decimal): -3100546 or 8302800. OLE color: 8302800.
HSL color Cylindrical-coordinate representation of color #D0B07E: hue angle of 36.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0B07E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 126 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.18 |
| HSL | 36.59º | 0.47% | 0.65% | - |
| HSV(B) | 36.59º | 0.39% | 0.82% | - |
| XYZ | 45.3 | 45.97 | 26.22 | - |
| YUV | 179.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 126 | 0 | 0.15 | 0.39 | 0.18 | 36.59 | 0.47 | 0.65 |
| Hex | D0 | B0 | 7E | 0 | F | 27 | 12 | 25 | 2F | 41 |
| Octal | 320 | 260 | 176 | 0 | 17 | 47 | 22 | 45 | 57 | 101 |
| Binary | 11010000 | 10110000 | 1111110 | 0 | 1111 | 100111 | 10010 | 100101 | 101111 | 1000001 |
Color Harmonies of #D0B07E
Complementary color
Monochromatic Colors of #D0B07E
Black with #D0B07E
Text Example
Text Example
White with #D0B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B07E; }
p { color: rgb(208,176,126); }
H1.HeaderClassName
{
color: #D0B07E;
}
.AnyTagClassName
{
color: #D0B07E;
}
</style>
background-color css
<style>
a { background-color: #D0B07E; }
a { background-color: rgb(208,176,126); }
div.DivClassName
{
background-color: #D0B07E;
}
.BgClassName
{
background-color: #D0B07E;
}
</style>
border-color css
<style>
span { border-color: #D0B07E; }
span { border-color: rgb(208,176,126); }
td.TdClassName
{
border-color: #D0B07E;
}
.TagClassName
{
border-color: #D0B07E;
}
</style>