Shades of Straw #DDBE7E
Tints of Straw #DDBE7E
RGB
CMYK
RGB Variations
Color information
#DDBE7E (or 0xDDBE7E) is known color: Straw. HEX triplet: DD, BE and 7E. RGB value is (221,190,126). Sum of RGB (Red+Green+Blue) = 221+190+126=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE7E is #224181. Grayscale: #C0C0C0. Windows color (decimal): -2244994 or 8306397. OLE color: 8306397.
HSL color Cylindrical-coordinate representation of color #DDBE7E: hue angle of 40.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDBE7E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 126 | - |
CMYK | 0 | 0.14 | 0.43 | 0.13 |
HSL | 40.42º | 0.58% | 0.68% | - |
HSV(B) | 40.42º | 0.43% | 0.87% | - |
XYZ | 52 | 53.71 | 27.36 | - |
YUV | 191.97 | 90.77 | 148.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 126 | 0 | 0.14 | 0.43 | 0.13 | 40.42 | 0.58 | 0.68 |
Hex | DD | BE | 7E | 0 | E | 2B | D | 28 | 3A | 44 |
Octal | 335 | 276 | 176 | 0 | 16 | 53 | 15 | 50 | 72 | 104 |
Binary | 11011101 | 10111110 | 1111110 | 0 | 1110 | 101011 | 1101 | 101000 | 111010 | 1000100 |
Color Harmonies of #DDBE7E
Complementary color
Monochromatic Colors of #DDBE7E
Black with #DDBE7E
Text Example
Text Example
White with #DDBE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE7E; }
p { color: rgb(221,190,126); }
H1.HeaderClassName
{
color: #DDBE7E;
}
.AnyTagClassName
{
color: #DDBE7E;
}
</style>
background-color css
<style>
a { background-color: #DDBE7E; }
a { background-color: rgb(221,190,126); }
div.DivClassName
{
background-color: #DDBE7E;
}
.BgClassName
{
background-color: #DDBE7E;
}
</style>
border-color css
<style>
span { border-color: #DDBE7E; }
span { border-color: rgb(221,190,126); }
td.TdClassName
{
border-color: #DDBE7E;
}
.TagClassName
{
border-color: #DDBE7E;
}
</style>