Shades of Straw #DBBC78
Tints of Straw #DBBC78
RGB
CMYK
RGB Variations
Color information
#DBBC78 (or 0xDBBC78) is known color: Straw. HEX triplet: DB, BC and 78. RGB value is (219,188,120). Sum of RGB (Red+Green+Blue) = 219+188+120=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC78 is #244387. Grayscale: #BDBDBD. Windows color (decimal): -2376584 or 7912667. OLE color: 7912667.
HSL color Cylindrical-coordinate representation of color #DBBC78: hue angle of 41.21º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBBC78 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 120 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.14 |
| HSL | 41.21º | 0.58% | 0.66% | - |
| HSV(B) | 41.21º | 0.45% | 0.86% | - |
| XYZ | 50.59 | 52.38 | 25.21 | - |
| YUV | 189.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 120 | 0 | 0.14 | 0.45 | 0.14 | 41.21 | 0.58 | 0.66 |
| Hex | DB | BC | 78 | 0 | E | 2D | E | 29 | 3A | 42 |
| Octal | 333 | 274 | 170 | 0 | 16 | 55 | 16 | 51 | 72 | 102 |
| Binary | 11011011 | 10111100 | 1111000 | 0 | 1110 | 101101 | 1110 | 101001 | 111010 | 1000010 |
Color Harmonies of #DBBC78
Complementary color
Monochromatic Colors of #DBBC78
Black with #DBBC78
Text Example
Text Example
White with #DBBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC78; }
p { color: rgb(219,188,120); }
H1.HeaderClassName
{
color: #DBBC78;
}
.AnyTagClassName
{
color: #DBBC78;
}
</style>
background-color css
<style>
a { background-color: #DBBC78; }
a { background-color: rgb(219,188,120); }
div.DivClassName
{
background-color: #DBBC78;
}
.BgClassName
{
background-color: #DBBC78;
}
</style>
border-color css
<style>
span { border-color: #DBBC78; }
span { border-color: rgb(219,188,120); }
td.TdClassName
{
border-color: #DBBC78;
}
.TagClassName
{
border-color: #DBBC78;
}
</style>