Shades of Straw #D9C082
Tints of Straw #D9C082
RGB
CMYK
RGB Variations
Color information
#D9C082 (or 0xD9C082) is known color: Straw. HEX triplet: D9, C0 and 82. RGB value is (217,192,130). Sum of RGB (Red+Green+Blue) = 217+192+130=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C082 is #263F7D. Grayscale: #C0C0C0. Windows color (decimal): -2506622 or 8569049. OLE color: 8569049.
HSL color Cylindrical-coordinate representation of color #D9C082: hue angle of 42.76º 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 #D9C082 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 130 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.15 |
| HSL | 42.76º | 0.53% | 0.68% | - |
| HSV(B) | 42.76º | 0.4% | 0.85% | - |
| XYZ | 51.49 | 54.06 | 28.84 | - |
| YUV | 192.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 130 | 0 | 0.12 | 0.40 | 0.15 | 42.76 | 0.53 | 0.68 |
| Hex | D9 | C0 | 82 | 0 | C | 28 | F | 2B | 35 | 44 |
| Octal | 331 | 300 | 202 | 0 | 14 | 50 | 17 | 53 | 65 | 104 |
| Binary | 11011001 | 11000000 | 10000010 | 0 | 1100 | 101000 | 1111 | 101011 | 110101 | 1000100 |
Color Harmonies of #D9C082
Complementary color
Monochromatic Colors of #D9C082
Black with #D9C082
Text Example
Text Example
White with #D9C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C082; }
p { color: rgb(217,192,130); }
H1.HeaderClassName
{
color: #D9C082;
}
.AnyTagClassName
{
color: #D9C082;
}
</style>
background-color css
<style>
a { background-color: #D9C082; }
a { background-color: rgb(217,192,130); }
div.DivClassName
{
background-color: #D9C082;
}
.BgClassName
{
background-color: #D9C082;
}
</style>
border-color css
<style>
span { border-color: #D9C082; }
span { border-color: rgb(217,192,130); }
td.TdClassName
{
border-color: #D9C082;
}
.TagClassName
{
border-color: #D9C082;
}
</style>