Shades of Calico #DBB17F
Tints of Calico #DBB17F
RGB
CMYK
RGB Variations
Color information
#DBB17F (or 0xDBB17F) is known color: Calico. HEX triplet: DB, B1 and 7F. RGB value is (219,177,127). Sum of RGB (Red+Green+Blue) = 219+177+127=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB17F is #244E80. Grayscale: #B8B8B8. Windows color (decimal): -2379393 or 8368603. OLE color: 8368603.
HSL color Cylindrical-coordinate representation of color #DBB17F: hue angle of 32.61º 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 #DBB17F is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 127 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.14 |
| HSL | 32.61º | 0.56% | 0.68% | - |
| HSV(B) | 32.61º | 0.42% | 0.86% | - |
| XYZ | 48.77 | 48.04 | 26.78 | - |
| YUV | 183.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 127 | 0 | 0.19 | 0.42 | 0.14 | 32.61 | 0.56 | 0.68 |
| Hex | DB | B1 | 7F | 0 | 13 | 2A | E | 21 | 38 | 44 |
| Octal | 333 | 261 | 177 | 0 | 23 | 52 | 16 | 41 | 70 | 104 |
| Binary | 11011011 | 10110001 | 1111111 | 0 | 10011 | 101010 | 1110 | 100001 | 111000 | 1000100 |
Color Harmonies of #DBB17F
Complementary color
Monochromatic Colors of #DBB17F
Black with #DBB17F
Text Example
Text Example
White with #DBB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB17F; }
p { color: rgb(219,177,127); }
H1.HeaderClassName
{
color: #DBB17F;
}
.AnyTagClassName
{
color: #DBB17F;
}
</style>
background-color css
<style>
a { background-color: #DBB17F; }
a { background-color: rgb(219,177,127); }
div.DivClassName
{
background-color: #DBB17F;
}
.BgClassName
{
background-color: #DBB17F;
}
</style>
border-color css
<style>
span { border-color: #DBB17F; }
span { border-color: rgb(219,177,127); }
td.TdClassName
{
border-color: #DBB17F;
}
.TagClassName
{
border-color: #DBB17F;
}
</style>