Shades of Straw #D8BE7B
Tints of Straw #D8BE7B
RGB
CMYK
RGB Variations
Color information
#D8BE7B (or 0xD8BE7B) is known color: Straw. HEX triplet: D8, BE and 7B. RGB value is (216,190,123). Sum of RGB (Red+Green+Blue) = 216+190+123=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE7B is #274184. Grayscale: #BEBEBE. Windows color (decimal): -2572677 or 8109784. OLE color: 8109784.
HSL color Cylindrical-coordinate representation of color #D8BE7B: hue angle of 43.23º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8BE7B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 123 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.15 |
| HSL | 43.23º | 0.54% | 0.66% | - |
| HSV(B) | 43.23º | 0.43% | 0.85% | - |
| XYZ | 50.31 | 52.86 | 26.29 | - |
| YUV | 190.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 123 | 0 | 0.12 | 0.43 | 0.15 | 43.23 | 0.54 | 0.66 |
| Hex | D8 | BE | 7B | 0 | C | 2B | F | 2B | 36 | 42 |
| Octal | 330 | 276 | 173 | 0 | 14 | 53 | 17 | 53 | 66 | 102 |
| Binary | 11011000 | 10111110 | 1111011 | 0 | 1100 | 101011 | 1111 | 101011 | 110110 | 1000010 |
Color Harmonies of #D8BE7B
Complementary color
Monochromatic Colors of #D8BE7B
Black with #D8BE7B
Text Example
Text Example
White with #D8BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE7B; }
p { color: rgb(216,190,123); }
H1.HeaderClassName
{
color: #D8BE7B;
}
.AnyTagClassName
{
color: #D8BE7B;
}
</style>
background-color css
<style>
a { background-color: #D8BE7B; }
a { background-color: rgb(216,190,123); }
div.DivClassName
{
background-color: #D8BE7B;
}
.BgClassName
{
background-color: #D8BE7B;
}
</style>
border-color css
<style>
span { border-color: #D8BE7B; }
span { border-color: rgb(216,190,123); }
td.TdClassName
{
border-color: #D8BE7B;
}
.TagClassName
{
border-color: #D8BE7B;
}
</style>