Shades of Straw #DBC07D
Tints of Straw #DBC07D
RGB
CMYK
RGB Variations
Color information
#DBC07D (or 0xDBC07D) is known color: Straw. HEX triplet: DB, C0 and 7D. RGB value is (219,192,125). Sum of RGB (Red+Green+Blue) = 219+192+125=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC07D is #243F82. Grayscale: #C0C0C0. Windows color (decimal): -2375555 or 8241371. OLE color: 8241371.
HSL color Cylindrical-coordinate representation of color #DBC07D: hue angle of 42.77º 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 #DBC07D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 125 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.14 |
| HSL | 42.77º | 0.57% | 0.67% | - |
| HSV(B) | 42.77º | 0.43% | 0.86% | - |
| XYZ | 51.76 | 54.24 | 27.14 | - |
| YUV | 192.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 125 | 0 | 0.12 | 0.43 | 0.14 | 42.77 | 0.57 | 0.67 |
| Hex | DB | C0 | 7D | 0 | C | 2B | E | 2B | 39 | 43 |
| Octal | 333 | 300 | 175 | 0 | 14 | 53 | 16 | 53 | 71 | 103 |
| Binary | 11011011 | 11000000 | 1111101 | 0 | 1100 | 101011 | 1110 | 101011 | 111001 | 1000011 |
Color Harmonies of #DBC07D
Complementary color
Monochromatic Colors of #DBC07D
Black with #DBC07D
Text Example
Text Example
White with #DBC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC07D; }
p { color: rgb(219,192,125); }
H1.HeaderClassName
{
color: #DBC07D;
}
.AnyTagClassName
{
color: #DBC07D;
}
</style>
background-color css
<style>
a { background-color: #DBC07D; }
a { background-color: rgb(219,192,125); }
div.DivClassName
{
background-color: #DBC07D;
}
.BgClassName
{
background-color: #DBC07D;
}
</style>
border-color css
<style>
span { border-color: #DBC07D; }
span { border-color: rgb(219,192,125); }
td.TdClassName
{
border-color: #DBC07D;
}
.TagClassName
{
border-color: #DBC07D;
}
</style>