Shades of Straw #D9C083
Tints of Straw #D9C083
RGB
CMYK
RGB Variations
Color information
#D9C083 (or 0xD9C083) is known color: Straw. HEX triplet: D9, C0 and 83. RGB value is (217,192,131). Sum of RGB (Red+Green+Blue) = 217+192+131=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C083 is #263F7C. Grayscale: #C0C0C0. Windows color (decimal): -2506621 or 8634585. OLE color: 8634585.
HSL color Cylindrical-coordinate representation of color #D9C083: hue angle of 42.56º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9C083 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 131 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.15 |
| HSL | 42.56º | 0.53% | 0.68% | - |
| HSV(B) | 42.56º | 0.4% | 0.85% | - |
| XYZ | 51.56 | 54.09 | 29.2 | - |
| YUV | 192.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 131 | 0 | 0.12 | 0.40 | 0.15 | 42.56 | 0.53 | 0.68 |
| Hex | D9 | C0 | 83 | 0 | C | 28 | F | 2B | 35 | 44 |
| Octal | 331 | 300 | 203 | 0 | 14 | 50 | 17 | 53 | 65 | 104 |
| Binary | 11011001 | 11000000 | 10000011 | 0 | 1100 | 101000 | 1111 | 101011 | 110101 | 1000100 |
Color Harmonies of #D9C083
Complementary color
Monochromatic Colors of #D9C083
Black with #D9C083
Text Example
Text Example
White with #D9C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C083; }
p { color: rgb(217,192,131); }
H1.HeaderClassName
{
color: #D9C083;
}
.AnyTagClassName
{
color: #D9C083;
}
</style>
background-color css
<style>
a { background-color: #D9C083; }
a { background-color: rgb(217,192,131); }
div.DivClassName
{
background-color: #D9C083;
}
.BgClassName
{
background-color: #D9C083;
}
</style>
border-color css
<style>
span { border-color: #D9C083; }
span { border-color: rgb(217,192,131); }
td.TdClassName
{
border-color: #D9C083;
}
.TagClassName
{
border-color: #D9C083;
}
</style>