Shades of Calico #D9B27D
Tints of Calico #D9B27D
RGB
CMYK
RGB Variations
Color information
#D9B27D (or 0xD9B27D) is known color: Calico. HEX triplet: D9, B2 and 7D. RGB value is (217,178,125). Sum of RGB (Red+Green+Blue) = 217+178+125=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B27D is #264D82. Grayscale: #B7B7B7. Windows color (decimal): -2510211 or 8237785. OLE color: 8237785.
HSL color Cylindrical-coordinate representation of color #D9B27D: hue angle of 34.57º 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 #D9B27D is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 125 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.15 |
| HSL | 34.57º | 0.55% | 0.67% | - |
| HSV(B) | 34.57º | 0.42% | 0.85% | - |
| XYZ | 48.24 | 48.07 | 26.14 | - |
| YUV | 183.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 125 | 0 | 0.18 | 0.42 | 0.15 | 34.57 | 0.55 | 0.67 |
| Hex | D9 | B2 | 7D | 0 | 12 | 2A | F | 23 | 37 | 43 |
| Octal | 331 | 262 | 175 | 0 | 22 | 52 | 17 | 43 | 67 | 103 |
| Binary | 11011001 | 10110010 | 1111101 | 0 | 10010 | 101010 | 1111 | 100011 | 110111 | 1000011 |
Color Harmonies of #D9B27D
Complementary color
Monochromatic Colors of #D9B27D
Black with #D9B27D
Text Example
Text Example
White with #D9B27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B27D; }
p { color: rgb(217,178,125); }
H1.HeaderClassName
{
color: #D9B27D;
}
.AnyTagClassName
{
color: #D9B27D;
}
</style>
background-color css
<style>
a { background-color: #D9B27D; }
a { background-color: rgb(217,178,125); }
div.DivClassName
{
background-color: #D9B27D;
}
.BgClassName
{
background-color: #D9B27D;
}
</style>
border-color css
<style>
span { border-color: #D9B27D; }
span { border-color: rgb(217,178,125); }
td.TdClassName
{
border-color: #D9B27D;
}
.TagClassName
{
border-color: #D9B27D;
}
</style>