Shades of Straw #DBBC7D
Tints of Straw #DBBC7D
RGB
CMYK
RGB Variations
Color information
#DBBC7D (or 0xDBBC7D) is known color: Straw. HEX triplet: DB, BC and 7D. RGB value is (219,188,125). Sum of RGB (Red+Green+Blue) = 219+188+125=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC7D is #244382. Grayscale: #BEBEBE. Windows color (decimal): -2376579 or 8240347. OLE color: 8240347.
HSL color Cylindrical-coordinate representation of color #DBBC7D: hue angle of 40.21º 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 #DBBC7D is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 188 | 125 | - |
CMYK | 0 | 0.14 | 0.43 | 0.14 |
HSL | 40.21º | 0.57% | 0.67% | - |
HSV(B) | 40.21º | 0.43% | 0.86% | - |
XYZ | 50.9 | 52.51 | 26.85 | - |
YUV | 190.09 | 91.27 | 148.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 188 | 125 | 0 | 0.14 | 0.43 | 0.14 | 40.21 | 0.57 | 0.67 |
Hex | DB | BC | 7D | 0 | E | 2B | E | 28 | 39 | 43 |
Octal | 333 | 274 | 175 | 0 | 16 | 53 | 16 | 50 | 71 | 103 |
Binary | 11011011 | 10111100 | 1111101 | 0 | 1110 | 101011 | 1110 | 101000 | 111001 | 1000011 |
Color Harmonies of #DBBC7D
Complementary color
Monochromatic Colors of #DBBC7D
Black with #DBBC7D
Text Example
Text Example
White with #DBBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC7D; }
p { color: rgb(219,188,125); }
H1.HeaderClassName
{
color: #DBBC7D;
}
.AnyTagClassName
{
color: #DBBC7D;
}
</style>
background-color css
<style>
a { background-color: #DBBC7D; }
a { background-color: rgb(219,188,125); }
div.DivClassName
{
background-color: #DBBC7D;
}
.BgClassName
{
background-color: #DBBC7D;
}
</style>
border-color css
<style>
span { border-color: #DBBC7D; }
span { border-color: rgb(219,188,125); }
td.TdClassName
{
border-color: #DBBC7D;
}
.TagClassName
{
border-color: #DBBC7D;
}
</style>