Shades of Calico #DBB382
Tints of Calico #DBB382
RGB
CMYK
RGB Variations
Color information
#DBB382 (or 0xDBB382) is known color: Calico. HEX triplet: DB, B3 and 82. RGB value is (219,179,130). Sum of RGB (Red+Green+Blue) = 219+179+130=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB382 is #244C7D. Grayscale: #B9B9B9. Windows color (decimal): -2378878 or 8565723. OLE color: 8565723.
HSL color Cylindrical-coordinate representation of color #DBB382: hue angle of 33.03º degrees, saturation: 0.55, 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 #DBB382 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 130 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.14 |
| HSL | 33.03º | 0.55% | 0.68% | - |
| HSV(B) | 33.03º | 0.41% | 0.86% | - |
| XYZ | 49.36 | 48.91 | 27.96 | - |
| YUV | 185.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 130 | 0 | 0.18 | 0.41 | 0.14 | 33.03 | 0.55 | 0.68 |
| Hex | DB | B3 | 82 | 0 | 12 | 29 | E | 21 | 37 | 44 |
| Octal | 333 | 263 | 202 | 0 | 22 | 51 | 16 | 41 | 67 | 104 |
| Binary | 11011011 | 10110011 | 10000010 | 0 | 10010 | 101001 | 1110 | 100001 | 110111 | 1000100 |
Color Harmonies of #DBB382
Complementary color
Monochromatic Colors of #DBB382
Black with #DBB382
Text Example
Text Example
White with #DBB382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB382; }
p { color: rgb(219,179,130); }
H1.HeaderClassName
{
color: #DBB382;
}
.AnyTagClassName
{
color: #DBB382;
}
</style>
background-color css
<style>
a { background-color: #DBB382; }
a { background-color: rgb(219,179,130); }
div.DivClassName
{
background-color: #DBB382;
}
.BgClassName
{
background-color: #DBB382;
}
</style>
border-color css
<style>
span { border-color: #DBB382; }
span { border-color: rgb(219,179,130); }
td.TdClassName
{
border-color: #DBB382;
}
.TagClassName
{
border-color: #DBB382;
}
</style>