Shades of Calico #D7B47E
Tints of Calico #D7B47E
RGB
CMYK
RGB Variations
Color information
#D7B47E (or 0xD7B47E) is known color: Calico. HEX triplet: D7, B4 and 7E. RGB value is (215,180,126). Sum of RGB (Red+Green+Blue) = 215+180+126=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B47E is #284B81. Grayscale: #B8B8B8. Windows color (decimal): -2640770 or 8303831. OLE color: 8303831.
HSL color Cylindrical-coordinate representation of color #D7B47E: hue angle of 36.4º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7B47E is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 126 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.16 |
| HSL | 36.4º | 0.53% | 0.67% | - |
| HSV(B) | 36.4º | 0.41% | 0.84% | - |
| XYZ | 48.11 | 48.6 | 26.58 | - |
| YUV | 184.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 126 | 0 | 0.16 | 0.41 | 0.16 | 36.4 | 0.53 | 0.67 |
| Hex | D7 | B4 | 7E | 0 | 10 | 29 | 10 | 24 | 35 | 43 |
| Octal | 327 | 264 | 176 | 0 | 20 | 51 | 20 | 44 | 65 | 103 |
| Binary | 11010111 | 10110100 | 1111110 | 0 | 10000 | 101001 | 10000 | 100100 | 110101 | 1000011 |
Color Harmonies of #D7B47E
Complementary color
Monochromatic Colors of #D7B47E
Black with #D7B47E
Text Example
Text Example
White with #D7B47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B47E; }
p { color: rgb(215,180,126); }
H1.HeaderClassName
{
color: #D7B47E;
}
.AnyTagClassName
{
color: #D7B47E;
}
</style>
background-color css
<style>
a { background-color: #D7B47E; }
a { background-color: rgb(215,180,126); }
div.DivClassName
{
background-color: #D7B47E;
}
.BgClassName
{
background-color: #D7B47E;
}
</style>
border-color css
<style>
span { border-color: #D7B47E; }
span { border-color: rgb(215,180,126); }
td.TdClassName
{
border-color: #D7B47E;
}
.TagClassName
{
border-color: #D7B47E;
}
</style>