Shades of Calico #D7B57F
Tints of Calico #D7B57F
RGB
CMYK
RGB Variations
Color information
#D7B57F (or 0xD7B57F) is known color: Calico. HEX triplet: D7, B5 and 7F. RGB value is (215,181,127). Sum of RGB (Red+Green+Blue) = 215+181+127=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B57F is #284A80. Grayscale: #B9B9B9. Windows color (decimal): -2640513 or 8369623. OLE color: 8369623.
HSL color Cylindrical-coordinate representation of color #D7B57F: hue angle of 36.82º degrees, saturation: 0.52, 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 #D7B57F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 127 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.16 |
| HSL | 36.82º | 0.52% | 0.67% | - |
| HSV(B) | 36.82º | 0.41% | 0.84% | - |
| XYZ | 48.38 | 49.03 | 26.99 | - |
| YUV | 185.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 127 | 0 | 0.16 | 0.41 | 0.16 | 36.82 | 0.52 | 0.67 |
| Hex | D7 | B5 | 7F | 0 | 10 | 29 | 10 | 25 | 34 | 43 |
| Octal | 327 | 265 | 177 | 0 | 20 | 51 | 20 | 45 | 64 | 103 |
| Binary | 11010111 | 10110101 | 1111111 | 0 | 10000 | 101001 | 10000 | 100101 | 110100 | 1000011 |
Color Harmonies of #D7B57F
Complementary color
Monochromatic Colors of #D7B57F
Black with #D7B57F
Text Example
Text Example
White with #D7B57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B57F; }
p { color: rgb(215,181,127); }
H1.HeaderClassName
{
color: #D7B57F;
}
.AnyTagClassName
{
color: #D7B57F;
}
</style>
background-color css
<style>
a { background-color: #D7B57F; }
a { background-color: rgb(215,181,127); }
div.DivClassName
{
background-color: #D7B57F;
}
.BgClassName
{
background-color: #D7B57F;
}
</style>
border-color css
<style>
span { border-color: #D7B57F; }
span { border-color: rgb(215,181,127); }
td.TdClassName
{
border-color: #D7B57F;
}
.TagClassName
{
border-color: #D7B57F;
}
</style>