Shades of Straw #D5BF7B
Tints of Straw #D5BF7B
RGB
CMYK
RGB Variations
Color information
#D5BF7B (or 0xD5BF7B) is known color: Straw. HEX triplet: D5, BF and 7B. RGB value is (213,191,123). Sum of RGB (Red+Green+Blue) = 213+191+123=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF7B is #2A4084. Grayscale: #BEBEBE. Windows color (decimal): -2769029 or 8110037. OLE color: 8110037.
HSL color Cylindrical-coordinate representation of color #D5BF7B: hue angle of 45.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5BF7B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 123 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.16 |
| HSL | 45.33º | 0.52% | 0.66% | - |
| HSV(B) | 45.33º | 0.42% | 0.84% | - |
| XYZ | 49.65 | 52.84 | 26.32 | - |
| YUV | 189.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 123 | 0 | 0.10 | 0.42 | 0.16 | 45.33 | 0.52 | 0.66 |
| Hex | D5 | BF | 7B | 0 | A | 2A | 10 | 2D | 34 | 42 |
| Octal | 325 | 277 | 173 | 0 | 12 | 52 | 20 | 55 | 64 | 102 |
| Binary | 11010101 | 10111111 | 1111011 | 0 | 1010 | 101010 | 10000 | 101101 | 110100 | 1000010 |
Color Harmonies of #D5BF7B
Complementary color
Monochromatic Colors of #D5BF7B
Black with #D5BF7B
Text Example
Text Example
White with #D5BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF7B; }
p { color: rgb(213,191,123); }
H1.HeaderClassName
{
color: #D5BF7B;
}
.AnyTagClassName
{
color: #D5BF7B;
}
</style>
background-color css
<style>
a { background-color: #D5BF7B; }
a { background-color: rgb(213,191,123); }
div.DivClassName
{
background-color: #D5BF7B;
}
.BgClassName
{
background-color: #D5BF7B;
}
</style>
border-color css
<style>
span { border-color: #D5BF7B; }
span { border-color: rgb(213,191,123); }
td.TdClassName
{
border-color: #D5BF7B;
}
.TagClassName
{
border-color: #D5BF7B;
}
</style>