Shades of Straw #DBBC81
Tints of Straw #DBBC81
RGB
CMYK
RGB Variations
Color information
#DBBC81 (or 0xDBBC81) is known color: Straw. HEX triplet: DB, BC and 81. RGB value is (219,188,129). Sum of RGB (Red+Green+Blue) = 219+188+129=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC81 is #24437E. Grayscale: #BEBEBE. Windows color (decimal): -2376575 or 8502491. OLE color: 8502491.
HSL color Cylindrical-coordinate representation of color #DBBC81: hue angle of 39.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 #DBBC81 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 129 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.14 |
| HSL | 39.33º | 0.56% | 0.68% | - |
| HSV(B) | 39.33º | 0.41% | 0.86% | - |
| XYZ | 51.16 | 52.61 | 28.23 | - |
| YUV | 190.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 129 | 0 | 0.14 | 0.41 | 0.14 | 39.33 | 0.56 | 0.68 |
| Hex | DB | BC | 81 | 0 | E | 29 | E | 27 | 38 | 44 |
| Octal | 333 | 274 | 201 | 0 | 16 | 51 | 16 | 47 | 70 | 104 |
| Binary | 11011011 | 10111100 | 10000001 | 0 | 1110 | 101001 | 1110 | 100111 | 111000 | 1000100 |
Color Harmonies of #DBBC81
Complementary color
Monochromatic Colors of #DBBC81
Black with #DBBC81
Text Example
Text Example
White with #DBBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC81; }
p { color: rgb(219,188,129); }
H1.HeaderClassName
{
color: #DBBC81;
}
.AnyTagClassName
{
color: #DBBC81;
}
</style>
background-color css
<style>
a { background-color: #DBBC81; }
a { background-color: rgb(219,188,129); }
div.DivClassName
{
background-color: #DBBC81;
}
.BgClassName
{
background-color: #DBBC81;
}
</style>
border-color css
<style>
span { border-color: #DBBC81; }
span { border-color: rgb(219,188,129); }
td.TdClassName
{
border-color: #DBBC81;
}
.TagClassName
{
border-color: #DBBC81;
}
</style>