Shades of Straw #D5BC7B
Tints of Straw #D5BC7B
RGB
CMYK
RGB Variations
Color information
#D5BC7B (or 0xD5BC7B) is known color: Straw. HEX triplet: D5, BC and 7B. RGB value is (213,188,123). Sum of RGB (Red+Green+Blue) = 213+188+123=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC7B is #2A4384. Grayscale: #BCBCBC. Windows color (decimal): -2769797 or 8109269. OLE color: 8109269.
HSL color Cylindrical-coordinate representation of color #D5BC7B: hue angle of 43.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 #D5BC7B is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 123 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.16 |
| HSL | 43.33º | 0.52% | 0.66% | - |
| HSV(B) | 43.33º | 0.42% | 0.84% | - |
| XYZ | 49 | 51.54 | 26.11 | - |
| YUV | 188.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 123 | 0 | 0.12 | 0.42 | 0.16 | 43.33 | 0.52 | 0.66 |
| Hex | D5 | BC | 7B | 0 | C | 2A | 10 | 2B | 34 | 42 |
| Octal | 325 | 274 | 173 | 0 | 14 | 52 | 20 | 53 | 64 | 102 |
| Binary | 11010101 | 10111100 | 1111011 | 0 | 1100 | 101010 | 10000 | 101011 | 110100 | 1000010 |
Color Harmonies of #D5BC7B
Complementary color
Monochromatic Colors of #D5BC7B
Black with #D5BC7B
Text Example
Text Example
White with #D5BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC7B; }
p { color: rgb(213,188,123); }
H1.HeaderClassName
{
color: #D5BC7B;
}
.AnyTagClassName
{
color: #D5BC7B;
}
</style>
background-color css
<style>
a { background-color: #D5BC7B; }
a { background-color: rgb(213,188,123); }
div.DivClassName
{
background-color: #D5BC7B;
}
.BgClassName
{
background-color: #D5BC7B;
}
</style>
border-color css
<style>
span { border-color: #D5BC7B; }
span { border-color: rgb(213,188,123); }
td.TdClassName
{
border-color: #D5BC7B;
}
.TagClassName
{
border-color: #D5BC7B;
}
</style>