Shades of Calico #D7B47B
Tints of Calico #D7B47B
RGB
CMYK
RGB Variations
Color information
#D7B47B (or 0xD7B47B) is known color: Calico. HEX triplet: D7, B4 and 7B. RGB value is (215,180,123). Sum of RGB (Red+Green+Blue) = 215+180+123=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B47B is #284B84. Grayscale: #B8B8B8. Windows color (decimal): -2640773 or 8107223. OLE color: 8107223.
HSL color Cylindrical-coordinate representation of color #D7B47B: hue angle of 37.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7B47B is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 123 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.16 |
| HSL | 37.17º | 0.53% | 0.66% | - |
| HSV(B) | 37.17º | 0.43% | 0.84% | - |
| XYZ | 47.92 | 48.52 | 25.58 | - |
| YUV | 183.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 123 | 0 | 0.16 | 0.43 | 0.16 | 37.17 | 0.53 | 0.66 |
| Hex | D7 | B4 | 7B | 0 | 10 | 2B | 10 | 25 | 35 | 42 |
| Octal | 327 | 264 | 173 | 0 | 20 | 53 | 20 | 45 | 65 | 102 |
| Binary | 11010111 | 10110100 | 1111011 | 0 | 10000 | 101011 | 10000 | 100101 | 110101 | 1000010 |
Color Harmonies of #D7B47B
Complementary color
Monochromatic Colors of #D7B47B
Black with #D7B47B
Text Example
Text Example
White with #D7B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B47B; }
p { color: rgb(215,180,123); }
H1.HeaderClassName
{
color: #D7B47B;
}
.AnyTagClassName
{
color: #D7B47B;
}
</style>
background-color css
<style>
a { background-color: #D7B47B; }
a { background-color: rgb(215,180,123); }
div.DivClassName
{
background-color: #D7B47B;
}
.BgClassName
{
background-color: #D7B47B;
}
</style>
border-color css
<style>
span { border-color: #D7B47B; }
span { border-color: rgb(215,180,123); }
td.TdClassName
{
border-color: #D7B47B;
}
.TagClassName
{
border-color: #D7B47B;
}
</style>