Shades of Calico #D5B57D
Tints of Calico #D5B57D
RGB
CMYK
RGB Variations
Color information
#D5B57D (or 0xD5B57D) is known color: Calico. HEX triplet: D5, B5 and 7D. RGB value is (213,181,125). Sum of RGB (Red+Green+Blue) = 213+181+125=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B57D is #2A4A82. Grayscale: #B8B8B8. Windows color (decimal): -2771587 or 8238549. OLE color: 8238549.
HSL color Cylindrical-coordinate representation of color #D5B57D: hue angle of 38.18º 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 #D5B57D is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 181 | 125 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.16 |
| HSL | 38.18º | 0.51% | 0.66% | - |
| HSV(B) | 38.18º | 0.41% | 0.84% | - |
| XYZ | 47.67 | 48.67 | 26.28 | - |
| YUV | 184.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 125 | 0 | 0.15 | 0.41 | 0.16 | 38.18 | 0.51 | 0.66 |
| Hex | D5 | B5 | 7D | 0 | F | 29 | 10 | 26 | 33 | 42 |
| Octal | 325 | 265 | 175 | 0 | 17 | 51 | 20 | 46 | 63 | 102 |
| Binary | 11010101 | 10110101 | 1111101 | 0 | 1111 | 101001 | 10000 | 100110 | 110011 | 1000010 |
Color Harmonies of #D5B57D
Complementary color
Monochromatic Colors of #D5B57D
Black with #D5B57D
Text Example
Text Example
White with #D5B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B57D; }
p { color: rgb(213,181,125); }
H1.HeaderClassName
{
color: #D5B57D;
}
.AnyTagClassName
{
color: #D5B57D;
}
</style>
background-color css
<style>
a { background-color: #D5B57D; }
a { background-color: rgb(213,181,125); }
div.DivClassName
{
background-color: #D5B57D;
}
.BgClassName
{
background-color: #D5B57D;
}
</style>
border-color css
<style>
span { border-color: #D5B57D; }
span { border-color: rgb(213,181,125); }
td.TdClassName
{
border-color: #D5B57D;
}
.TagClassName
{
border-color: #D5B57D;
}
</style>