Shades of Calico #D5B07F
Tints of Calico #D5B07F
RGB
CMYK
RGB Variations
Color information
#D5B07F (or 0xD5B07F) is known color: Calico. HEX triplet: D5, B0 and 7F. RGB value is (213,176,127). Sum of RGB (Red+Green+Blue) = 213+176+127=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B07F is #2A4F80. Grayscale: #B5B5B5. Windows color (decimal): -2772865 or 8368341. OLE color: 8368341.
HSL color Cylindrical-coordinate representation of color #D5B07F: hue angle of 34.19º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5B07F is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 127 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.16 |
| HSL | 34.19º | 0.51% | 0.67% | - |
| HSV(B) | 34.19º | 0.4% | 0.84% | - |
| XYZ | 46.8 | 46.73 | 26.63 | - |
| YUV | 181.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 127 | 0 | 0.17 | 0.40 | 0.16 | 34.19 | 0.51 | 0.67 |
| Hex | D5 | B0 | 7F | 0 | 11 | 28 | 10 | 22 | 33 | 43 |
| Octal | 325 | 260 | 177 | 0 | 21 | 50 | 20 | 42 | 63 | 103 |
| Binary | 11010101 | 10110000 | 1111111 | 0 | 10001 | 101000 | 10000 | 100010 | 110011 | 1000011 |
Color Harmonies of #D5B07F
Complementary color
Monochromatic Colors of #D5B07F
Black with #D5B07F
Text Example
Text Example
White with #D5B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B07F; }
p { color: rgb(213,176,127); }
H1.HeaderClassName
{
color: #D5B07F;
}
.AnyTagClassName
{
color: #D5B07F;
}
</style>
background-color css
<style>
a { background-color: #D5B07F; }
a { background-color: rgb(213,176,127); }
div.DivClassName
{
background-color: #D5B07F;
}
.BgClassName
{
background-color: #D5B07F;
}
</style>
border-color css
<style>
span { border-color: #D5B07F; }
span { border-color: rgb(213,176,127); }
td.TdClassName
{
border-color: #D5B07F;
}
.TagClassName
{
border-color: #D5B07F;
}
</style>