Shades of Calico #D5B37D
Tints of Calico #D5B37D
RGB
CMYK
RGB Variations
Color information
#D5B37D (or 0xD5B37D) is known color: Calico. HEX triplet: D5, B3 and 7D. RGB value is (213,179,125). Sum of RGB (Red+Green+Blue) = 213+179+125=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B37D is #2A4C82. Grayscale: #B7B7B7. Windows color (decimal): -2772099 or 8238037. OLE color: 8238037.
HSL color Cylindrical-coordinate representation of color #D5B37D: hue angle of 36.82º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5B37D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 125 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.16 |
| HSL | 36.82º | 0.51% | 0.66% | - |
| HSV(B) | 36.82º | 0.41% | 0.84% | - |
| XYZ | 47.26 | 47.87 | 26.15 | - |
| YUV | 183.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 125 | 0 | 0.16 | 0.41 | 0.16 | 36.82 | 0.51 | 0.66 |
| Hex | D5 | B3 | 7D | 0 | 10 | 29 | 10 | 25 | 33 | 42 |
| Octal | 325 | 263 | 175 | 0 | 20 | 51 | 20 | 45 | 63 | 102 |
| Binary | 11010101 | 10110011 | 1111101 | 0 | 10000 | 101001 | 10000 | 100101 | 110011 | 1000010 |
Color Harmonies of #D5B37D
Complementary color
Monochromatic Colors of #D5B37D
Black with #D5B37D
Text Example
Text Example
White with #D5B37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B37D; }
p { color: rgb(213,179,125); }
H1.HeaderClassName
{
color: #D5B37D;
}
.AnyTagClassName
{
color: #D5B37D;
}
</style>
background-color css
<style>
a { background-color: #D5B37D; }
a { background-color: rgb(213,179,125); }
div.DivClassName
{
background-color: #D5B37D;
}
.BgClassName
{
background-color: #D5B37D;
}
</style>
border-color css
<style>
span { border-color: #D5B37D; }
span { border-color: rgb(213,179,125); }
td.TdClassName
{
border-color: #D5B37D;
}
.TagClassName
{
border-color: #D5B37D;
}
</style>