Shades of Calico #D9B07D
Tints of Calico #D9B07D
RGB
CMYK
RGB Variations
Color information
#D9B07D (or 0xD9B07D) is known color: Calico. HEX triplet: D9, B0 and 7D. RGB value is (217,176,125). Sum of RGB (Red+Green+Blue) = 217+176+125=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B07D is #264F82. Grayscale: #B6B6B6. Windows color (decimal): -2510723 or 8237273. OLE color: 8237273.
HSL color Cylindrical-coordinate representation of color #D9B07D: hue angle of 33.26º degrees, saturation: 0.55, 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 #D9B07D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 125 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.15 |
| HSL | 33.26º | 0.55% | 0.67% | - |
| HSV(B) | 33.26º | 0.42% | 0.85% | - |
| XYZ | 47.84 | 47.28 | 26.01 | - |
| YUV | 182.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 125 | 0 | 0.19 | 0.42 | 0.15 | 33.26 | 0.55 | 0.67 |
| Hex | D9 | B0 | 7D | 0 | 13 | 2A | F | 21 | 37 | 43 |
| Octal | 331 | 260 | 175 | 0 | 23 | 52 | 17 | 41 | 67 | 103 |
| Binary | 11011001 | 10110000 | 1111101 | 0 | 10011 | 101010 | 1111 | 100001 | 110111 | 1000011 |
Color Harmonies of #D9B07D
Complementary color
Monochromatic Colors of #D9B07D
Black with #D9B07D
Text Example
Text Example
White with #D9B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B07D; }
p { color: rgb(217,176,125); }
H1.HeaderClassName
{
color: #D9B07D;
}
.AnyTagClassName
{
color: #D9B07D;
}
</style>
background-color css
<style>
a { background-color: #D9B07D; }
a { background-color: rgb(217,176,125); }
div.DivClassName
{
background-color: #D9B07D;
}
.BgClassName
{
background-color: #D9B07D;
}
</style>
border-color css
<style>
span { border-color: #D9B07D; }
span { border-color: rgb(217,176,125); }
td.TdClassName
{
border-color: #D9B07D;
}
.TagClassName
{
border-color: #D9B07D;
}
</style>