Shades of Calico #DBB37C
Tints of Calico #DBB37C
RGB
CMYK
RGB Variations
Color information
#DBB37C (or 0xDBB37C) is known color: Calico. HEX triplet: DB, B3 and 7C. RGB value is (219,179,124). Sum of RGB (Red+Green+Blue) = 219+179+124=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB37C is #244C83. Grayscale: #B8B8B8. Windows color (decimal): -2378884 or 8172507. OLE color: 8172507.
HSL color Cylindrical-coordinate representation of color #DBB37C: hue angle of 34.74º 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 #DBB37C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 124 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.14 |
| HSL | 34.74º | 0.57% | 0.67% | - |
| HSV(B) | 34.74º | 0.43% | 0.86% | - |
| XYZ | 48.97 | 48.76 | 25.9 | - |
| YUV | 184.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 124 | 0 | 0.18 | 0.43 | 0.14 | 34.74 | 0.57 | 0.67 |
| Hex | DB | B3 | 7C | 0 | 12 | 2B | E | 23 | 39 | 43 |
| Octal | 333 | 263 | 174 | 0 | 22 | 53 | 16 | 43 | 71 | 103 |
| Binary | 11011011 | 10110011 | 1111100 | 0 | 10010 | 101011 | 1110 | 100011 | 111001 | 1000011 |
Color Harmonies of #DBB37C
Complementary color
Monochromatic Colors of #DBB37C
Black with #DBB37C
Text Example
Text Example
White with #DBB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB37C; }
p { color: rgb(219,179,124); }
H1.HeaderClassName
{
color: #DBB37C;
}
.AnyTagClassName
{
color: #DBB37C;
}
</style>
background-color css
<style>
a { background-color: #DBB37C; }
a { background-color: rgb(219,179,124); }
div.DivClassName
{
background-color: #DBB37C;
}
.BgClassName
{
background-color: #DBB37C;
}
</style>
border-color css
<style>
span { border-color: #DBB37C; }
span { border-color: rgb(219,179,124); }
td.TdClassName
{
border-color: #DBB37C;
}
.TagClassName
{
border-color: #DBB37C;
}
</style>