Shades of Calico #DBB17E
Tints of Calico #DBB17E
RGB
CMYK
RGB Variations
Color information
#DBB17E (or 0xDBB17E) is known color: Calico. HEX triplet: DB, B1 and 7E. RGB value is (219,177,126). Sum of RGB (Red+Green+Blue) = 219+177+126=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB17E is #244E81. Grayscale: #B7B7B7. Windows color (decimal): -2379394 or 8303067. OLE color: 8303067.
HSL color Cylindrical-coordinate representation of color #DBB17E: hue angle of 32.9º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBB17E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 126 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.14 |
| HSL | 32.9º | 0.56% | 0.68% | - |
| HSV(B) | 32.9º | 0.42% | 0.86% | - |
| XYZ | 48.7 | 48.01 | 26.44 | - |
| YUV | 183.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 126 | 0 | 0.19 | 0.42 | 0.14 | 32.9 | 0.56 | 0.68 |
| Hex | DB | B1 | 7E | 0 | 13 | 2A | E | 21 | 38 | 44 |
| Octal | 333 | 261 | 176 | 0 | 23 | 52 | 16 | 41 | 70 | 104 |
| Binary | 11011011 | 10110001 | 1111110 | 0 | 10011 | 101010 | 1110 | 100001 | 111000 | 1000100 |
Color Harmonies of #DBB17E
Complementary color
Monochromatic Colors of #DBB17E
Black with #DBB17E
Text Example
Text Example
White with #DBB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB17E; }
p { color: rgb(219,177,126); }
H1.HeaderClassName
{
color: #DBB17E;
}
.AnyTagClassName
{
color: #DBB17E;
}
</style>
background-color css
<style>
a { background-color: #DBB17E; }
a { background-color: rgb(219,177,126); }
div.DivClassName
{
background-color: #DBB17E;
}
.BgClassName
{
background-color: #DBB17E;
}
</style>
border-color css
<style>
span { border-color: #DBB17E; }
span { border-color: rgb(219,177,126); }
td.TdClassName
{
border-color: #DBB17E;
}
.TagClassName
{
border-color: #DBB17E;
}
</style>