Shades of Straw #DDB97C
Tints of Straw #DDB97C
RGB
CMYK
RGB Variations
Color information
#DDB97C (or 0xDDB97C) is known color: Straw. HEX triplet: DD, B9 and 7C. RGB value is (221,185,124). Sum of RGB (Red+Green+Blue) = 221+185+124=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB97C is #224683. Grayscale: #BDBDBD. Windows color (decimal): -2246276 or 8174045. OLE color: 8174045.
HSL color Cylindrical-coordinate representation of color #DDB97C: hue angle of 37.73º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDB97C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 185 | 124 | - |
CMYK | 0 | 0.16 | 0.44 | 0.13 |
HSL | 37.73º | 0.59% | 0.68% | - |
HSV(B) | 37.73º | 0.44% | 0.87% | - |
XYZ | 50.81 | 51.53 | 26.34 | - |
YUV | 188.81 | 91.43 | 150.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 185 | 124 | 0 | 0.16 | 0.44 | 0.13 | 37.73 | 0.59 | 0.68 |
Hex | DD | B9 | 7C | 0 | 10 | 2C | D | 26 | 3B | 44 |
Octal | 335 | 271 | 174 | 0 | 20 | 54 | 15 | 46 | 73 | 104 |
Binary | 11011101 | 10111001 | 1111100 | 0 | 10000 | 101100 | 1101 | 100110 | 111011 | 1000100 |
Color Harmonies of #DDB97C
Complementary color
Monochromatic Colors of #DDB97C
Black with #DDB97C
Text Example
Text Example
White with #DDB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB97C; }
p { color: rgb(221,185,124); }
H1.HeaderClassName
{
color: #DDB97C;
}
.AnyTagClassName
{
color: #DDB97C;
}
</style>
background-color css
<style>
a { background-color: #DDB97C; }
a { background-color: rgb(221,185,124); }
div.DivClassName
{
background-color: #DDB97C;
}
.BgClassName
{
background-color: #DDB97C;
}
</style>
border-color css
<style>
span { border-color: #DDB97C; }
span { border-color: rgb(221,185,124); }
td.TdClassName
{
border-color: #DDB97C;
}
.TagClassName
{
border-color: #DDB97C;
}
</style>