Shades of Straw #D5BC7D
Tints of Straw #D5BC7D
RGB
CMYK
RGB Variations
Color information
#D5BC7D (or 0xD5BC7D) is known color: Straw. HEX triplet: D5, BC and 7D. RGB value is (213,188,125). Sum of RGB (Red+Green+Blue) = 213+188+125=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC7D is #2A4382. Grayscale: #BCBCBC. Windows color (decimal): -2769795 or 8240341. OLE color: 8240341.
HSL color Cylindrical-coordinate representation of color #D5BC7D: hue angle of 42.95º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5BC7D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 125 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.16 |
| HSL | 42.95º | 0.51% | 0.66% | - |
| HSV(B) | 42.95º | 0.41% | 0.84% | - |
| XYZ | 49.13 | 51.59 | 26.77 | - |
| YUV | 188.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 125 | 0 | 0.12 | 0.41 | 0.16 | 42.95 | 0.51 | 0.66 |
| Hex | D5 | BC | 7D | 0 | C | 29 | 10 | 2B | 33 | 42 |
| Octal | 325 | 274 | 175 | 0 | 14 | 51 | 20 | 53 | 63 | 102 |
| Binary | 11010101 | 10111100 | 1111101 | 0 | 1100 | 101001 | 10000 | 101011 | 110011 | 1000010 |
Color Harmonies of #D5BC7D
Complementary color
Monochromatic Colors of #D5BC7D
Black with #D5BC7D
Text Example
Text Example
White with #D5BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC7D; }
p { color: rgb(213,188,125); }
H1.HeaderClassName
{
color: #D5BC7D;
}
.AnyTagClassName
{
color: #D5BC7D;
}
</style>
background-color css
<style>
a { background-color: #D5BC7D; }
a { background-color: rgb(213,188,125); }
div.DivClassName
{
background-color: #D5BC7D;
}
.BgClassName
{
background-color: #D5BC7D;
}
</style>
border-color css
<style>
span { border-color: #D5BC7D; }
span { border-color: rgb(213,188,125); }
td.TdClassName
{
border-color: #D5BC7D;
}
.TagClassName
{
border-color: #D5BC7D;
}
</style>