Shades of Calico #D7B082
Tints of Calico #D7B082
RGB
CMYK
RGB Variations
Color information
#D7B082 (or 0xD7B082) is known color: Calico. HEX triplet: D7, B0 and 82. RGB value is (215,176,130). Sum of RGB (Red+Green+Blue) = 215+176+130=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B082 is #284F7D. Grayscale: #B6B6B6. Windows color (decimal): -2641790 or 8564951. OLE color: 8564951.
HSL color Cylindrical-coordinate representation of color #D7B082: hue angle of 32.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7B082 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 130 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.16 |
| HSL | 32.47º | 0.52% | 0.68% | - |
| HSV(B) | 32.47º | 0.4% | 0.84% | - |
| XYZ | 47.58 | 47.11 | 27.7 | - |
| YUV | 182.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 130 | 0 | 0.18 | 0.40 | 0.16 | 32.47 | 0.52 | 0.68 |
| Hex | D7 | B0 | 82 | 0 | 12 | 28 | 10 | 20 | 34 | 44 |
| Octal | 327 | 260 | 202 | 0 | 22 | 50 | 20 | 40 | 64 | 104 |
| Binary | 11010111 | 10110000 | 10000010 | 0 | 10010 | 101000 | 10000 | 100000 | 110100 | 1000100 |
Color Harmonies of #D7B082
Complementary color
Monochromatic Colors of #D7B082
Black with #D7B082
Text Example
Text Example
White with #D7B082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B082; }
p { color: rgb(215,176,130); }
H1.HeaderClassName
{
color: #D7B082;
}
.AnyTagClassName
{
color: #D7B082;
}
</style>
background-color css
<style>
a { background-color: #D7B082; }
a { background-color: rgb(215,176,130); }
div.DivClassName
{
background-color: #D7B082;
}
.BgClassName
{
background-color: #D7B082;
}
</style>
border-color css
<style>
span { border-color: #D7B082; }
span { border-color: rgb(215,176,130); }
td.TdClassName
{
border-color: #D7B082;
}
.TagClassName
{
border-color: #D7B082;
}
</style>