Shades of Calico #DBB081
Tints of Calico #DBB081
RGB
CMYK
RGB Variations
Color information
#DBB081 (or 0xDBB081) is known color: Calico. HEX triplet: DB, B0 and 81. RGB value is (219,176,129). Sum of RGB (Red+Green+Blue) = 219+176+129=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB081 is #244F7E. Grayscale: #B7B7B7. Windows color (decimal): -2379647 or 8499419. OLE color: 8499419.
HSL color Cylindrical-coordinate representation of color #DBB081: hue angle of 31.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBB081 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 129 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.14 |
| HSL | 31.33º | 0.56% | 0.68% | - |
| HSV(B) | 31.33º | 0.41% | 0.86% | - |
| XYZ | 48.7 | 47.7 | 27.41 | - |
| YUV | 183.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 129 | 0 | 0.20 | 0.41 | 0.14 | 31.33 | 0.56 | 0.68 |
| Hex | DB | B0 | 81 | 0 | 14 | 29 | E | 1F | 38 | 44 |
| Octal | 333 | 260 | 201 | 0 | 24 | 51 | 16 | 37 | 70 | 104 |
| Binary | 11011011 | 10110000 | 10000001 | 0 | 10100 | 101001 | 1110 | 11111 | 111000 | 1000100 |
Color Harmonies of #DBB081
Complementary color
Monochromatic Colors of #DBB081
Black with #DBB081
Text Example
Text Example
White with #DBB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB081; }
p { color: rgb(219,176,129); }
H1.HeaderClassName
{
color: #DBB081;
}
.AnyTagClassName
{
color: #DBB081;
}
</style>
background-color css
<style>
a { background-color: #DBB081; }
a { background-color: rgb(219,176,129); }
div.DivClassName
{
background-color: #DBB081;
}
.BgClassName
{
background-color: #DBB081;
}
</style>
border-color css
<style>
span { border-color: #DBB081; }
span { border-color: rgb(219,176,129); }
td.TdClassName
{
border-color: #DBB081;
}
.TagClassName
{
border-color: #DBB081;
}
</style>