Shades of Calico #DBB17D
Tints of Calico #DBB17D
RGB
CMYK
RGB Variations
Color information
#DBB17D (or 0xDBB17D) is known color: Calico. HEX triplet: DB, B1 and 7D. RGB value is (219,177,125). Sum of RGB (Red+Green+Blue) = 219+177+125=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB17D is #244E82. Grayscale: #B7B7B7. Windows color (decimal): -2379395 or 8237531. OLE color: 8237531.
HSL color Cylindrical-coordinate representation of color #DBB17D: hue angle of 33.19º 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 #DBB17D is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 125 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.14 |
| HSL | 33.19º | 0.57% | 0.67% | - |
| HSV(B) | 33.19º | 0.43% | 0.86% | - |
| XYZ | 48.64 | 47.99 | 26.1 | - |
| YUV | 183.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 125 | 0 | 0.19 | 0.43 | 0.14 | 33.19 | 0.57 | 0.67 |
| Hex | DB | B1 | 7D | 0 | 13 | 2B | E | 21 | 39 | 43 |
| Octal | 333 | 261 | 175 | 0 | 23 | 53 | 16 | 41 | 71 | 103 |
| Binary | 11011011 | 10110001 | 1111101 | 0 | 10011 | 101011 | 1110 | 100001 | 111001 | 1000011 |
Color Harmonies of #DBB17D
Complementary color
Monochromatic Colors of #DBB17D
Black with #DBB17D
Text Example
Text Example
White with #DBB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB17D; }
p { color: rgb(219,177,125); }
H1.HeaderClassName
{
color: #DBB17D;
}
.AnyTagClassName
{
color: #DBB17D;
}
</style>
background-color css
<style>
a { background-color: #DBB17D; }
a { background-color: rgb(219,177,125); }
div.DivClassName
{
background-color: #DBB17D;
}
.BgClassName
{
background-color: #DBB17D;
}
</style>
border-color css
<style>
span { border-color: #DBB17D; }
span { border-color: rgb(219,177,125); }
td.TdClassName
{
border-color: #DBB17D;
}
.TagClassName
{
border-color: #DBB17D;
}
</style>