Shades of Straw #DDB97A
Tints of Straw #DDB97A
RGB
CMYK
RGB Variations
Color information
#DDB97A (or 0xDDB97A) is known color: Straw. HEX triplet: DD, B9 and 7A. RGB value is (221,185,122). Sum of RGB (Red+Green+Blue) = 221+185+122=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB97A is #224685. Grayscale: #BCBCBC. Windows color (decimal): -2246278 or 8042973. OLE color: 8042973.
HSL color Cylindrical-coordinate representation of color #DDB97A: hue angle of 38.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDB97A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 122 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.13 |
| HSL | 38.18º | 0.59% | 0.67% | - |
| HSV(B) | 38.18º | 0.45% | 0.87% | - |
| XYZ | 50.68 | 51.48 | 25.68 | - |
| YUV | 188.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 122 | 0 | 0.16 | 0.45 | 0.13 | 38.18 | 0.59 | 0.67 |
| Hex | DD | B9 | 7A | 0 | 10 | 2D | D | 26 | 3B | 43 |
| Octal | 335 | 271 | 172 | 0 | 20 | 55 | 15 | 46 | 73 | 103 |
| Binary | 11011101 | 10111001 | 1111010 | 0 | 10000 | 101101 | 1101 | 100110 | 111011 | 1000011 |
Color Harmonies of #DDB97A
Complementary color
Monochromatic Colors of #DDB97A
Black with #DDB97A
Text Example
Text Example
White with #DDB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB97A; }
p { color: rgb(221,185,122); }
H1.HeaderClassName
{
color: #DDB97A;
}
.AnyTagClassName
{
color: #DDB97A;
}
</style>
background-color css
<style>
a { background-color: #DDB97A; }
a { background-color: rgb(221,185,122); }
div.DivClassName
{
background-color: #DDB97A;
}
.BgClassName
{
background-color: #DDB97A;
}
</style>
border-color css
<style>
span { border-color: #DDB97A; }
span { border-color: rgb(221,185,122); }
td.TdClassName
{
border-color: #DDB97A;
}
.TagClassName
{
border-color: #DDB97A;
}
</style>