Shades of Calico #D9B584
Tints of Calico #D9B584
RGB
CMYK
RGB Variations
Color information
#D9B584 (or 0xD9B584) is known color: Calico. HEX triplet: D9, B5 and 84. RGB value is (217,181,132). Sum of RGB (Red+Green+Blue) = 217+181+132=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B584 is #264A7B. Grayscale: #BABABA. Windows color (decimal): -2509436 or 8697305. OLE color: 8697305.
HSL color Cylindrical-coordinate representation of color #D9B584: hue angle of 34.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9B584 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 132 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.15 |
| HSL | 34.59º | 0.53% | 0.68% | - |
| HSV(B) | 34.59º | 0.39% | 0.85% | - |
| XYZ | 49.3 | 49.47 | 28.78 | - |
| YUV | 186.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 132 | 0 | 0.17 | 0.39 | 0.15 | 34.59 | 0.53 | 0.68 |
| Hex | D9 | B5 | 84 | 0 | 11 | 27 | F | 23 | 35 | 44 |
| Octal | 331 | 265 | 204 | 0 | 21 | 47 | 17 | 43 | 65 | 104 |
| Binary | 11011001 | 10110101 | 10000100 | 0 | 10001 | 100111 | 1111 | 100011 | 110101 | 1000100 |
Color Harmonies of #D9B584
Complementary color
Monochromatic Colors of #D9B584
Black with #D9B584
Text Example
Text Example
White with #D9B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B584; }
p { color: rgb(217,181,132); }
H1.HeaderClassName
{
color: #D9B584;
}
.AnyTagClassName
{
color: #D9B584;
}
</style>
background-color css
<style>
a { background-color: #D9B584; }
a { background-color: rgb(217,181,132); }
div.DivClassName
{
background-color: #D9B584;
}
.BgClassName
{
background-color: #D9B584;
}
</style>
border-color css
<style>
span { border-color: #D9B584; }
span { border-color: rgb(217,181,132); }
td.TdClassName
{
border-color: #D9B584;
}
.TagClassName
{
border-color: #D9B584;
}
</style>