Shades of Straw #D8BE7D
Tints of Straw #D8BE7D
RGB
CMYK
RGB Variations
Color information
#D8BE7D (or 0xD8BE7D) is known color: Straw. HEX triplet: D8, BE and 7D. RGB value is (216,190,125). Sum of RGB (Red+Green+Blue) = 216+190+125=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE7D is #274182. Grayscale: #BEBEBE. Windows color (decimal): -2572675 or 8240856. OLE color: 8240856.
HSL color Cylindrical-coordinate representation of color #D8BE7D: hue angle of 42.86º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8BE7D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 125 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.15 |
| HSL | 42.86º | 0.54% | 0.67% | - |
| HSV(B) | 42.86º | 0.42% | 0.85% | - |
| XYZ | 50.43 | 52.91 | 26.96 | - |
| YUV | 190.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 125 | 0 | 0.12 | 0.42 | 0.15 | 42.86 | 0.54 | 0.67 |
| Hex | D8 | BE | 7D | 0 | C | 2A | F | 2B | 36 | 43 |
| Octal | 330 | 276 | 175 | 0 | 14 | 52 | 17 | 53 | 66 | 103 |
| Binary | 11011000 | 10111110 | 1111101 | 0 | 1100 | 101010 | 1111 | 101011 | 110110 | 1000011 |
Color Harmonies of #D8BE7D
Complementary color
Monochromatic Colors of #D8BE7D
Black with #D8BE7D
Text Example
Text Example
White with #D8BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE7D; }
p { color: rgb(216,190,125); }
H1.HeaderClassName
{
color: #D8BE7D;
}
.AnyTagClassName
{
color: #D8BE7D;
}
</style>
background-color css
<style>
a { background-color: #D8BE7D; }
a { background-color: rgb(216,190,125); }
div.DivClassName
{
background-color: #D8BE7D;
}
.BgClassName
{
background-color: #D8BE7D;
}
</style>
border-color css
<style>
span { border-color: #D8BE7D; }
span { border-color: rgb(216,190,125); }
td.TdClassName
{
border-color: #D8BE7D;
}
.TagClassName
{
border-color: #D8BE7D;
}
</style>