Shades of Calico #D7B083
Tints of Calico #D7B083
RGB
CMYK
RGB Variations
Color information
#D7B083 (or 0xD7B083) is known color: Calico. HEX triplet: D7, B0 and 83. RGB value is (215,176,131). Sum of RGB (Red+Green+Blue) = 215+176+131=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B083 is #284F7C. Grayscale: #B6B6B6. Windows color (decimal): -2641789 or 8630487. OLE color: 8630487.
HSL color Cylindrical-coordinate representation of color #D7B083: hue angle of 32.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7B083 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 131 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.16 |
| HSL | 32.14º | 0.51% | 0.68% | - |
| HSV(B) | 32.14º | 0.39% | 0.84% | - |
| XYZ | 47.65 | 47.14 | 28.06 | - |
| YUV | 182.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 131 | 0 | 0.18 | 0.39 | 0.16 | 32.14 | 0.51 | 0.68 |
| Hex | D7 | B0 | 83 | 0 | 12 | 27 | 10 | 20 | 33 | 44 |
| Octal | 327 | 260 | 203 | 0 | 22 | 47 | 20 | 40 | 63 | 104 |
| Binary | 11010111 | 10110000 | 10000011 | 0 | 10010 | 100111 | 10000 | 100000 | 110011 | 1000100 |
Color Harmonies of #D7B083
Complementary color
Monochromatic Colors of #D7B083
Black with #D7B083
Text Example
Text Example
White with #D7B083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B083; }
p { color: rgb(215,176,131); }
H1.HeaderClassName
{
color: #D7B083;
}
.AnyTagClassName
{
color: #D7B083;
}
</style>
background-color css
<style>
a { background-color: #D7B083; }
a { background-color: rgb(215,176,131); }
div.DivClassName
{
background-color: #D7B083;
}
.BgClassName
{
background-color: #D7B083;
}
</style>
border-color css
<style>
span { border-color: #D7B083; }
span { border-color: rgb(215,176,131); }
td.TdClassName
{
border-color: #D7B083;
}
.TagClassName
{
border-color: #D7B083;
}
</style>