Shades of Calico #D7B078
Tints of Calico #D7B078
RGB
CMYK
RGB Variations
Color information
#D7B078 (or 0xD7B078) is known color: Calico. HEX triplet: D7, B0 and 78. RGB value is (215,176,120). Sum of RGB (Red+Green+Blue) = 215+176+120=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B078 is #284F87. Grayscale: #B5B5B5. Windows color (decimal): -2641800 or 7909591. OLE color: 7909591.
HSL color Cylindrical-coordinate representation of color #D7B078: hue angle of 35.37º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7B078 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 120 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.16 |
| HSL | 35.37º | 0.54% | 0.66% | - |
| HSV(B) | 35.37º | 0.44% | 0.84% | - |
| XYZ | 46.94 | 46.85 | 24.34 | - |
| YUV | 181.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 120 | 0 | 0.18 | 0.44 | 0.16 | 35.37 | 0.54 | 0.66 |
| Hex | D7 | B0 | 78 | 0 | 12 | 2C | 10 | 23 | 36 | 42 |
| Octal | 327 | 260 | 170 | 0 | 22 | 54 | 20 | 43 | 66 | 102 |
| Binary | 11010111 | 10110000 | 1111000 | 0 | 10010 | 101100 | 10000 | 100011 | 110110 | 1000010 |
Color Harmonies of #D7B078
Complementary color
Monochromatic Colors of #D7B078
Black with #D7B078
Text Example
Text Example
White with #D7B078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B078; }
p { color: rgb(215,176,120); }
H1.HeaderClassName
{
color: #D7B078;
}
.AnyTagClassName
{
color: #D7B078;
}
</style>
background-color css
<style>
a { background-color: #D7B078; }
a { background-color: rgb(215,176,120); }
div.DivClassName
{
background-color: #D7B078;
}
.BgClassName
{
background-color: #D7B078;
}
</style>
border-color css
<style>
span { border-color: #D7B078; }
span { border-color: rgb(215,176,120); }
td.TdClassName
{
border-color: #D7B078;
}
.TagClassName
{
border-color: #D7B078;
}
</style>