Shades of Calico #D5B37A
Tints of Calico #D5B37A
RGB
CMYK
RGB Variations
Color information
#D5B37A (or 0xD5B37A) is known color: Calico. HEX triplet: D5, B3 and 7A. RGB value is (213,179,122). Sum of RGB (Red+Green+Blue) = 213+179+122=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B37A is #2A4C85. Grayscale: #B6B6B6. Windows color (decimal): -2772102 or 8041429. OLE color: 8041429.
HSL color Cylindrical-coordinate representation of color #D5B37A: hue angle of 37.58º degrees, saturation: 0.52, 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 #D5B37A is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 122 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.16 |
| HSL | 37.58º | 0.52% | 0.66% | - |
| HSV(B) | 37.58º | 0.43% | 0.84% | - |
| XYZ | 47.07 | 47.79 | 25.16 | - |
| YUV | 182.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 122 | 0 | 0.16 | 0.43 | 0.16 | 37.58 | 0.52 | 0.66 |
| Hex | D5 | B3 | 7A | 0 | 10 | 2B | 10 | 26 | 34 | 42 |
| Octal | 325 | 263 | 172 | 0 | 20 | 53 | 20 | 46 | 64 | 102 |
| Binary | 11010101 | 10110011 | 1111010 | 0 | 10000 | 101011 | 10000 | 100110 | 110100 | 1000010 |
Color Harmonies of #D5B37A
Complementary color
Monochromatic Colors of #D5B37A
Black with #D5B37A
Text Example
Text Example
White with #D5B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B37A; }
p { color: rgb(213,179,122); }
H1.HeaderClassName
{
color: #D5B37A;
}
.AnyTagClassName
{
color: #D5B37A;
}
</style>
background-color css
<style>
a { background-color: #D5B37A; }
a { background-color: rgb(213,179,122); }
div.DivClassName
{
background-color: #D5B37A;
}
.BgClassName
{
background-color: #D5B37A;
}
</style>
border-color css
<style>
span { border-color: #D5B37A; }
span { border-color: rgb(213,179,122); }
td.TdClassName
{
border-color: #D5B37A;
}
.TagClassName
{
border-color: #D5B37A;
}
</style>