Shades of Calico #DBB383
Tints of Calico #DBB383
RGB
CMYK
RGB Variations
Color information
#DBB383 (or 0xDBB383) is known color: Calico. HEX triplet: DB, B3 and 83. RGB value is (219,179,131). Sum of RGB (Red+Green+Blue) = 219+179+131=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB383 is #244C7C. Grayscale: #B9B9B9. Windows color (decimal): -2378877 or 8631259. OLE color: 8631259.
HSL color Cylindrical-coordinate representation of color #DBB383: hue angle of 32.73º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB383 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 131 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.14 |
| HSL | 32.73º | 0.55% | 0.69% | - |
| HSV(B) | 32.73º | 0.4% | 0.86% | - |
| XYZ | 49.43 | 48.94 | 28.31 | - |
| YUV | 185.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 131 | 0 | 0.18 | 0.40 | 0.14 | 32.73 | 0.55 | 0.69 |
| Hex | DB | B3 | 83 | 0 | 12 | 28 | E | 21 | 37 | 45 |
| Octal | 333 | 263 | 203 | 0 | 22 | 50 | 16 | 41 | 67 | 105 |
| Binary | 11011011 | 10110011 | 10000011 | 0 | 10010 | 101000 | 1110 | 100001 | 110111 | 1000101 |
Color Harmonies of #DBB383
Complementary color
Monochromatic Colors of #DBB383
Black with #DBB383
Text Example
Text Example
White with #DBB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB383; }
p { color: rgb(219,179,131); }
H1.HeaderClassName
{
color: #DBB383;
}
.AnyTagClassName
{
color: #DBB383;
}
</style>
background-color css
<style>
a { background-color: #DBB383; }
a { background-color: rgb(219,179,131); }
div.DivClassName
{
background-color: #DBB383;
}
.BgClassName
{
background-color: #DBB383;
}
</style>
border-color css
<style>
span { border-color: #DBB383; }
span { border-color: rgb(219,179,131); }
td.TdClassName
{
border-color: #DBB383;
}
.TagClassName
{
border-color: #DBB383;
}
</style>