Shades of Calico #D7B07E
Tints of Calico #D7B07E
RGB
CMYK
RGB Variations
Color information
#D7B07E (or 0xD7B07E) is known color: Calico. HEX triplet: D7, B0 and 7E. RGB value is (215,176,126). Sum of RGB (Red+Green+Blue) = 215+176+126=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B07E is #284F81. Grayscale: #B6B6B6. Windows color (decimal): -2641794 or 8302807. OLE color: 8302807.
HSL color Cylindrical-coordinate representation of color #D7B07E: hue angle of 33.71º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7B07E is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 126 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.16 |
| HSL | 33.71º | 0.53% | 0.67% | - |
| HSV(B) | 33.71º | 0.41% | 0.84% | - |
| XYZ | 47.32 | 47 | 26.32 | - |
| YUV | 181.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 126 | 0 | 0.18 | 0.41 | 0.16 | 33.71 | 0.53 | 0.67 |
| Hex | D7 | B0 | 7E | 0 | 12 | 29 | 10 | 22 | 35 | 43 |
| Octal | 327 | 260 | 176 | 0 | 22 | 51 | 20 | 42 | 65 | 103 |
| Binary | 11010111 | 10110000 | 1111110 | 0 | 10010 | 101001 | 10000 | 100010 | 110101 | 1000011 |
Color Harmonies of #D7B07E
Complementary color
Monochromatic Colors of #D7B07E
Black with #D7B07E
Text Example
Text Example
White with #D7B07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B07E; }
p { color: rgb(215,176,126); }
H1.HeaderClassName
{
color: #D7B07E;
}
.AnyTagClassName
{
color: #D7B07E;
}
</style>
background-color css
<style>
a { background-color: #D7B07E; }
a { background-color: rgb(215,176,126); }
div.DivClassName
{
background-color: #D7B07E;
}
.BgClassName
{
background-color: #D7B07E;
}
</style>
border-color css
<style>
span { border-color: #D7B07E; }
span { border-color: rgb(215,176,126); }
td.TdClassName
{
border-color: #D7B07E;
}
.TagClassName
{
border-color: #D7B07E;
}
</style>