Shades of Calico #D9B57E
Tints of Calico #D9B57E
RGB
CMYK
RGB Variations
Color information
#D9B57E (or 0xD9B57E) is known color: Calico. HEX triplet: D9, B5 and 7E. RGB value is (217,181,126). Sum of RGB (Red+Green+Blue) = 217+181+126=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B57E is #264A81. Grayscale: #B9B9B9. Windows color (decimal): -2509442 or 8304089. OLE color: 8304089.
HSL color Cylindrical-coordinate representation of color #D9B57E: hue angle of 36.26º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9B57E is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 126 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.15 |
| HSL | 36.26º | 0.54% | 0.67% | - |
| HSV(B) | 36.26º | 0.42% | 0.85% | - |
| XYZ | 48.91 | 49.31 | 26.68 | - |
| YUV | 185.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 126 | 0 | 0.17 | 0.42 | 0.15 | 36.26 | 0.54 | 0.67 |
| Hex | D9 | B5 | 7E | 0 | 11 | 2A | F | 24 | 36 | 43 |
| Octal | 331 | 265 | 176 | 0 | 21 | 52 | 17 | 44 | 66 | 103 |
| Binary | 11011001 | 10110101 | 1111110 | 0 | 10001 | 101010 | 1111 | 100100 | 110110 | 1000011 |
Color Harmonies of #D9B57E
Complementary color
Monochromatic Colors of #D9B57E
Black with #D9B57E
Text Example
Text Example
White with #D9B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B57E; }
p { color: rgb(217,181,126); }
H1.HeaderClassName
{
color: #D9B57E;
}
.AnyTagClassName
{
color: #D9B57E;
}
</style>
background-color css
<style>
a { background-color: #D9B57E; }
a { background-color: rgb(217,181,126); }
div.DivClassName
{
background-color: #D9B57E;
}
.BgClassName
{
background-color: #D9B57E;
}
</style>
border-color css
<style>
span { border-color: #D9B57E; }
span { border-color: rgb(217,181,126); }
td.TdClassName
{
border-color: #D9B57E;
}
.TagClassName
{
border-color: #D9B57E;
}
</style>