Shades of Straw #D9B67B
Tints of Straw #D9B67B
RGB
CMYK
RGB Variations
Color information
#D9B67B (or 0xD9B67B) is known color: Straw. HEX triplet: D9, B6 and 7B. RGB value is (217,182,123). Sum of RGB (Red+Green+Blue) = 217+182+123=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B67B is #264984. Grayscale: #BABABA. Windows color (decimal): -2509189 or 8107737. OLE color: 8107737.
HSL color Cylindrical-coordinate representation of color #D9B67B: hue angle of 37.66º 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 #D9B67B is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 182 | 123 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.15 |
| HSL | 37.66º | 0.55% | 0.67% | - |
| HSV(B) | 37.66º | 0.43% | 0.85% | - |
| XYZ | 48.92 | 49.64 | 25.74 | - |
| YUV | 185.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 182 | 123 | 0 | 0.16 | 0.43 | 0.15 | 37.66 | 0.55 | 0.67 |
| Hex | D9 | B6 | 7B | 0 | 10 | 2B | F | 26 | 37 | 43 |
| Octal | 331 | 266 | 173 | 0 | 20 | 53 | 17 | 46 | 67 | 103 |
| Binary | 11011001 | 10110110 | 1111011 | 0 | 10000 | 101011 | 1111 | 100110 | 110111 | 1000011 |
Color Harmonies of #D9B67B
Complementary color
Monochromatic Colors of #D9B67B
Black with #D9B67B
Text Example
Text Example
White with #D9B67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B67B; }
p { color: rgb(217,182,123); }
H1.HeaderClassName
{
color: #D9B67B;
}
.AnyTagClassName
{
color: #D9B67B;
}
</style>
background-color css
<style>
a { background-color: #D9B67B; }
a { background-color: rgb(217,182,123); }
div.DivClassName
{
background-color: #D9B67B;
}
.BgClassName
{
background-color: #D9B67B;
}
</style>
border-color css
<style>
span { border-color: #D9B67B; }
span { border-color: rgb(217,182,123); }
td.TdClassName
{
border-color: #D9B67B;
}
.TagClassName
{
border-color: #D9B67B;
}
</style>