Shades of Calico #D9B27C
Tints of Calico #D9B27C
RGB
CMYK
RGB Variations
Color information
#D9B27C (or 0xD9B27C) is known color: Calico. HEX triplet: D9, B2 and 7C. RGB value is (217,178,124). Sum of RGB (Red+Green+Blue) = 217+178+124=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B27C is #264D83. Grayscale: #B7B7B7. Windows color (decimal): -2510212 or 8172249. OLE color: 8172249.
HSL color Cylindrical-coordinate representation of color #D9B27C: hue angle of 34.84º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9B27C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 124 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.15 |
| HSL | 34.84º | 0.55% | 0.67% | - |
| HSV(B) | 34.84º | 0.43% | 0.85% | - |
| XYZ | 48.17 | 48.05 | 25.8 | - |
| YUV | 183.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 124 | 0 | 0.18 | 0.43 | 0.15 | 34.84 | 0.55 | 0.67 |
| Hex | D9 | B2 | 7C | 0 | 12 | 2B | F | 23 | 37 | 43 |
| Octal | 331 | 262 | 174 | 0 | 22 | 53 | 17 | 43 | 67 | 103 |
| Binary | 11011001 | 10110010 | 1111100 | 0 | 10010 | 101011 | 1111 | 100011 | 110111 | 1000011 |
Color Harmonies of #D9B27C
Complementary color
Monochromatic Colors of #D9B27C
Black with #D9B27C
Text Example
Text Example
White with #D9B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B27C; }
p { color: rgb(217,178,124); }
H1.HeaderClassName
{
color: #D9B27C;
}
.AnyTagClassName
{
color: #D9B27C;
}
</style>
background-color css
<style>
a { background-color: #D9B27C; }
a { background-color: rgb(217,178,124); }
div.DivClassName
{
background-color: #D9B27C;
}
.BgClassName
{
background-color: #D9B27C;
}
</style>
border-color css
<style>
span { border-color: #D9B27C; }
span { border-color: rgb(217,178,124); }
td.TdClassName
{
border-color: #D9B27C;
}
.TagClassName
{
border-color: #D9B27C;
}
</style>