Shades of Straw #DBBF7B
Tints of Straw #DBBF7B
RGB
CMYK
RGB Variations
Color information
#DBBF7B (or 0xDBBF7B) is known color: Straw. HEX triplet: DB, BF and 7B. RGB value is (219,191,123). Sum of RGB (Red+Green+Blue) = 219+191+123=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBF7B is #244084. Grayscale: #BFBFBF. Windows color (decimal): -2375813 or 8110043. OLE color: 8110043.
HSL color Cylindrical-coordinate representation of color #DBBF7B: hue angle of 42.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBBF7B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 191 | 123 | - |
CMYK | 0 | 0.13 | 0.44 | 0.14 |
HSL | 42.5º | 0.57% | 0.67% | - |
HSV(B) | 42.5º | 0.44% | 0.86% | - |
XYZ | 51.42 | 53.75 | 26.4 | - |
YUV | 191.62 | 89.28 | 147.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 191 | 123 | 0 | 0.13 | 0.44 | 0.14 | 42.5 | 0.57 | 0.67 |
Hex | DB | BF | 7B | 0 | D | 2C | E | 2A | 39 | 43 |
Octal | 333 | 277 | 173 | 0 | 15 | 54 | 16 | 52 | 71 | 103 |
Binary | 11011011 | 10111111 | 1111011 | 0 | 1101 | 101100 | 1110 | 101010 | 111001 | 1000011 |
Color Harmonies of #DBBF7B
Complementary color
Monochromatic Colors of #DBBF7B
Black with #DBBF7B
Text Example
Text Example
White with #DBBF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF7B; }
p { color: rgb(219,191,123); }
H1.HeaderClassName
{
color: #DBBF7B;
}
.AnyTagClassName
{
color: #DBBF7B;
}
</style>
background-color css
<style>
a { background-color: #DBBF7B; }
a { background-color: rgb(219,191,123); }
div.DivClassName
{
background-color: #DBBF7B;
}
.BgClassName
{
background-color: #DBBF7B;
}
</style>
border-color css
<style>
span { border-color: #DBBF7B; }
span { border-color: rgb(219,191,123); }
td.TdClassName
{
border-color: #DBBF7B;
}
.TagClassName
{
border-color: #DBBF7B;
}
</style>