Shades of Straw #D9C17B
Tints of Straw #D9C17B
RGB
CMYK
RGB Variations
Color information
#D9C17B (or 0xD9C17B) is known color: Straw. HEX triplet: D9, C1 and 7B. RGB value is (217,193,123). Sum of RGB (Red+Green+Blue) = 217+193+123=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C17B is #263E84. Grayscale: #C0C0C0. Windows color (decimal): -2506373 or 8110553. OLE color: 8110553.
HSL color Cylindrical-coordinate representation of color #D9C17B: hue angle of 44.68º 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 #D9C17B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 123 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.15 |
| HSL | 44.68º | 0.55% | 0.67% | - |
| HSV(B) | 44.68º | 0.43% | 0.85% | - |
| XYZ | 51.26 | 54.32 | 26.52 | - |
| YUV | 192.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 123 | 0 | 0.11 | 0.43 | 0.15 | 44.68 | 0.55 | 0.67 |
| Hex | D9 | C1 | 7B | 0 | B | 2B | F | 2D | 37 | 43 |
| Octal | 331 | 301 | 173 | 0 | 13 | 53 | 17 | 55 | 67 | 103 |
| Binary | 11011001 | 11000001 | 1111011 | 0 | 1011 | 101011 | 1111 | 101101 | 110111 | 1000011 |
Color Harmonies of #D9C17B
Complementary color
Monochromatic Colors of #D9C17B
Black with #D9C17B
Text Example
Text Example
White with #D9C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C17B; }
p { color: rgb(217,193,123); }
H1.HeaderClassName
{
color: #D9C17B;
}
.AnyTagClassName
{
color: #D9C17B;
}
</style>
background-color css
<style>
a { background-color: #D9C17B; }
a { background-color: rgb(217,193,123); }
div.DivClassName
{
background-color: #D9C17B;
}
.BgClassName
{
background-color: #D9C17B;
}
</style>
border-color css
<style>
span { border-color: #D9C17B; }
span { border-color: rgb(217,193,123); }
td.TdClassName
{
border-color: #D9C17B;
}
.TagClassName
{
border-color: #D9C17B;
}
</style>