Shades of Calico #D7B17A
Tints of Calico #D7B17A
RGB
CMYK
RGB Variations
Color information
#D7B17A (or 0xD7B17A) is known color: Calico. HEX triplet: D7, B1 and 7A. RGB value is (215,177,122). Sum of RGB (Red+Green+Blue) = 215+177+122=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B17A is #284E85. Grayscale: #B6B6B6. Windows color (decimal): -2641542 or 8040919. OLE color: 8040919.
HSL color Cylindrical-coordinate representation of color #D7B17A: hue angle of 35.48º 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 #D7B17A is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 122 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.16 |
| HSL | 35.48º | 0.54% | 0.66% | - |
| HSV(B) | 35.48º | 0.43% | 0.84% | - |
| XYZ | 47.26 | 47.3 | 25.05 | - |
| YUV | 182.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 122 | 0 | 0.18 | 0.43 | 0.16 | 35.48 | 0.54 | 0.66 |
| Hex | D7 | B1 | 7A | 0 | 12 | 2B | 10 | 23 | 36 | 42 |
| Octal | 327 | 261 | 172 | 0 | 22 | 53 | 20 | 43 | 66 | 102 |
| Binary | 11010111 | 10110001 | 1111010 | 0 | 10010 | 101011 | 10000 | 100011 | 110110 | 1000010 |
Color Harmonies of #D7B17A
Complementary color
Monochromatic Colors of #D7B17A
Black with #D7B17A
Text Example
Text Example
White with #D7B17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B17A; }
p { color: rgb(215,177,122); }
H1.HeaderClassName
{
color: #D7B17A;
}
.AnyTagClassName
{
color: #D7B17A;
}
</style>
background-color css
<style>
a { background-color: #D7B17A; }
a { background-color: rgb(215,177,122); }
div.DivClassName
{
background-color: #D7B17A;
}
.BgClassName
{
background-color: #D7B17A;
}
</style>
border-color css
<style>
span { border-color: #D7B17A; }
span { border-color: rgb(215,177,122); }
td.TdClassName
{
border-color: #D7B17A;
}
.TagClassName
{
border-color: #D7B17A;
}
</style>