Shades of Calico #D7B47A
Tints of Calico #D7B47A
RGB
CMYK
RGB Variations
Color information
#D7B47A (or 0xD7B47A) is known color: Calico. HEX triplet: D7, B4 and 7A. RGB value is (215,180,122). Sum of RGB (Red+Green+Blue) = 215+180+122=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B47A is #284B85. Grayscale: #B8B8B8. Windows color (decimal): -2640774 or 8041687. OLE color: 8041687.
HSL color Cylindrical-coordinate representation of color #D7B47A: hue angle of 37.42º degrees, saturation: 0.54, 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 #D7B47A is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 122 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.16 |
| HSL | 37.42º | 0.54% | 0.66% | - |
| HSV(B) | 37.42º | 0.43% | 0.84% | - |
| XYZ | 47.86 | 48.49 | 25.25 | - |
| YUV | 183.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 122 | 0 | 0.16 | 0.43 | 0.16 | 37.42 | 0.54 | 0.66 |
| Hex | D7 | B4 | 7A | 0 | 10 | 2B | 10 | 25 | 36 | 42 |
| Octal | 327 | 264 | 172 | 0 | 20 | 53 | 20 | 45 | 66 | 102 |
| Binary | 11010111 | 10110100 | 1111010 | 0 | 10000 | 101011 | 10000 | 100101 | 110110 | 1000010 |
Color Harmonies of #D7B47A
Complementary color
Monochromatic Colors of #D7B47A
Black with #D7B47A
Text Example
Text Example
White with #D7B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B47A; }
p { color: rgb(215,180,122); }
H1.HeaderClassName
{
color: #D7B47A;
}
.AnyTagClassName
{
color: #D7B47A;
}
</style>
background-color css
<style>
a { background-color: #D7B47A; }
a { background-color: rgb(215,180,122); }
div.DivClassName
{
background-color: #D7B47A;
}
.BgClassName
{
background-color: #D7B47A;
}
</style>
border-color css
<style>
span { border-color: #D7B47A; }
span { border-color: rgb(215,180,122); }
td.TdClassName
{
border-color: #D7B47A;
}
.TagClassName
{
border-color: #D7B47A;
}
</style>