Shades of Straw #D9B77B
Tints of Straw #D9B77B
RGB
CMYK
RGB Variations
Color information
#D9B77B (or 0xD9B77B) is known color: Straw. HEX triplet: D9, B7 and 7B. RGB value is (217,183,123). Sum of RGB (Red+Green+Blue) = 217+183+123=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B77B is #264884. Grayscale: #BABABA. Windows color (decimal): -2508933 or 8107993. OLE color: 8107993.
HSL color Cylindrical-coordinate representation of color #D9B77B: hue angle of 38.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9B77B is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 123 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.15 |
| HSL | 38.3º | 0.55% | 0.67% | - |
| HSV(B) | 38.3º | 0.43% | 0.85% | - |
| XYZ | 49.12 | 50.05 | 25.81 | - |
| YUV | 186.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 123 | 0 | 0.16 | 0.43 | 0.15 | 38.3 | 0.55 | 0.67 |
| Hex | D9 | B7 | 7B | 0 | 10 | 2B | F | 26 | 37 | 43 |
| Octal | 331 | 267 | 173 | 0 | 20 | 53 | 17 | 46 | 67 | 103 |
| Binary | 11011001 | 10110111 | 1111011 | 0 | 10000 | 101011 | 1111 | 100110 | 110111 | 1000011 |
Color Harmonies of #D9B77B
Complementary color
Monochromatic Colors of #D9B77B
Black with #D9B77B
Text Example
Text Example
White with #D9B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B77B; }
p { color: rgb(217,183,123); }
H1.HeaderClassName
{
color: #D9B77B;
}
.AnyTagClassName
{
color: #D9B77B;
}
</style>
background-color css
<style>
a { background-color: #D9B77B; }
a { background-color: rgb(217,183,123); }
div.DivClassName
{
background-color: #D9B77B;
}
.BgClassName
{
background-color: #D9B77B;
}
</style>
border-color css
<style>
span { border-color: #D9B77B; }
span { border-color: rgb(217,183,123); }
td.TdClassName
{
border-color: #D9B77B;
}
.TagClassName
{
border-color: #D9B77B;
}
</style>