Shades of Calico #DBB27C
Tints of Calico #DBB27C
RGB
CMYK
RGB Variations
Color information
#DBB27C (or 0xDBB27C) is known color: Calico. HEX triplet: DB, B2 and 7C. RGB value is (219,178,124). Sum of RGB (Red+Green+Blue) = 219+178+124=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB27C is #244D83. Grayscale: #B8B8B8. Windows color (decimal): -2379140 or 8172251. OLE color: 8172251.
HSL color Cylindrical-coordinate representation of color #DBB27C: hue angle of 34.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBB27C is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 124 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.14 |
| HSL | 34.11º | 0.57% | 0.67% | - |
| HSV(B) | 34.11º | 0.43% | 0.86% | - |
| XYZ | 48.77 | 48.36 | 25.83 | - |
| YUV | 184.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 124 | 0 | 0.19 | 0.43 | 0.14 | 34.11 | 0.57 | 0.67 |
| Hex | DB | B2 | 7C | 0 | 13 | 2B | E | 22 | 39 | 43 |
| Octal | 333 | 262 | 174 | 0 | 23 | 53 | 16 | 42 | 71 | 103 |
| Binary | 11011011 | 10110010 | 1111100 | 0 | 10011 | 101011 | 1110 | 100010 | 111001 | 1000011 |
Color Harmonies of #DBB27C
Complementary color
Monochromatic Colors of #DBB27C
Black with #DBB27C
Text Example
Text Example
White with #DBB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB27C; }
p { color: rgb(219,178,124); }
H1.HeaderClassName
{
color: #DBB27C;
}
.AnyTagClassName
{
color: #DBB27C;
}
</style>
background-color css
<style>
a { background-color: #DBB27C; }
a { background-color: rgb(219,178,124); }
div.DivClassName
{
background-color: #DBB27C;
}
.BgClassName
{
background-color: #DBB27C;
}
</style>
border-color css
<style>
span { border-color: #DBB27C; }
span { border-color: rgb(219,178,124); }
td.TdClassName
{
border-color: #DBB27C;
}
.TagClassName
{
border-color: #DBB27C;
}
</style>