Shades of Straw #DBC083
Tints of Straw #DBC083
RGB
CMYK
RGB Variations
Color information
#DBC083 (or 0xDBC083) is known color: Straw. HEX triplet: DB, C0 and 83. RGB value is (219,192,131). Sum of RGB (Red+Green+Blue) = 219+192+131=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC083 is #243F7C. Grayscale: #C1C1C1. Windows color (decimal): -2375549 or 8634587. OLE color: 8634587.
HSL color Cylindrical-coordinate representation of color #DBC083: hue angle of 41.59º 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 #DBC083 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 131 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.14 |
| HSL | 41.59º | 0.55% | 0.69% | - |
| HSV(B) | 41.59º | 0.4% | 0.86% | - |
| XYZ | 52.16 | 54.4 | 29.22 | - |
| YUV | 193.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 131 | 0 | 0.12 | 0.40 | 0.14 | 41.59 | 0.55 | 0.69 |
| Hex | DB | C0 | 83 | 0 | C | 28 | E | 2A | 37 | 45 |
| Octal | 333 | 300 | 203 | 0 | 14 | 50 | 16 | 52 | 67 | 105 |
| Binary | 11011011 | 11000000 | 10000011 | 0 | 1100 | 101000 | 1110 | 101010 | 110111 | 1000101 |
Color Harmonies of #DBC083
Complementary color
Monochromatic Colors of #DBC083
Black with #DBC083
Text Example
Text Example
White with #DBC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC083; }
p { color: rgb(219,192,131); }
H1.HeaderClassName
{
color: #DBC083;
}
.AnyTagClassName
{
color: #DBC083;
}
</style>
background-color css
<style>
a { background-color: #DBC083; }
a { background-color: rgb(219,192,131); }
div.DivClassName
{
background-color: #DBC083;
}
.BgClassName
{
background-color: #DBC083;
}
</style>
border-color css
<style>
span { border-color: #DBC083; }
span { border-color: rgb(219,192,131); }
td.TdClassName
{
border-color: #DBC083;
}
.TagClassName
{
border-color: #DBC083;
}
</style>