Shades of Calico #D9B179
Tints of Calico #D9B179
RGB
CMYK
RGB Variations
Color information
#D9B179 (or 0xD9B179) is known color: Calico. HEX triplet: D9, B1 and 79. RGB value is (217,177,121). Sum of RGB (Red+Green+Blue) = 217+177+121=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B179 is #264E86. Grayscale: #B6B6B6. Windows color (decimal): -2510471 or 7975385. OLE color: 7975385.
HSL color Cylindrical-coordinate representation of color #D9B179: hue angle of 35º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9B179 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 121 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.15 |
| HSL | 35º | 0.56% | 0.66% | - |
| HSV(B) | 35º | 0.44% | 0.85% | - |
| XYZ | 47.79 | 47.58 | 24.75 | - |
| YUV | 182.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 121 | 0 | 0.18 | 0.44 | 0.15 | 35 | 0.56 | 0.66 |
| Hex | D9 | B1 | 79 | 0 | 12 | 2C | F | 23 | 38 | 42 |
| Octal | 331 | 261 | 171 | 0 | 22 | 54 | 17 | 43 | 70 | 102 |
| Binary | 11011001 | 10110001 | 1111001 | 0 | 10010 | 101100 | 1111 | 100011 | 111000 | 1000010 |
Color Harmonies of #D9B179
Complementary color
Monochromatic Colors of #D9B179
Black with #D9B179
Text Example
Text Example
White with #D9B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B179; }
p { color: rgb(217,177,121); }
H1.HeaderClassName
{
color: #D9B179;
}
.AnyTagClassName
{
color: #D9B179;
}
</style>
background-color css
<style>
a { background-color: #D9B179; }
a { background-color: rgb(217,177,121); }
div.DivClassName
{
background-color: #D9B179;
}
.BgClassName
{
background-color: #D9B179;
}
</style>
border-color css
<style>
span { border-color: #D9B179; }
span { border-color: rgb(217,177,121); }
td.TdClassName
{
border-color: #D9B179;
}
.TagClassName
{
border-color: #D9B179;
}
</style>