Shades of Straw #DDBF80
Tints of Straw #DDBF80
RGB
CMYK
RGB Variations
Color information
#DDBF80 (or 0xDDBF80) is known color: Straw. HEX triplet: DD, BF and 80. RGB value is (221,191,128). Sum of RGB (Red+Green+Blue) = 221+191+128=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF80 is #22407F. Grayscale: #C1C1C1. Windows color (decimal): -2244736 or 8437725. OLE color: 8437725.
HSL color Cylindrical-coordinate representation of color #DDBF80: hue angle of 40.65º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDBF80 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 128 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.13 |
| HSL | 40.65º | 0.58% | 0.68% | - |
| HSV(B) | 40.65º | 0.42% | 0.87% | - |
| XYZ | 52.35 | 54.19 | 28.12 | - |
| YUV | 192.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 128 | 0 | 0.14 | 0.42 | 0.13 | 40.65 | 0.58 | 0.68 |
| Hex | DD | BF | 80 | 0 | E | 2A | D | 29 | 3A | 44 |
| Octal | 335 | 277 | 200 | 0 | 16 | 52 | 15 | 51 | 72 | 104 |
| Binary | 11011101 | 10111111 | 10000000 | 0 | 1110 | 101010 | 1101 | 101001 | 111010 | 1000100 |
Color Harmonies of #DDBF80
Complementary color
Monochromatic Colors of #DDBF80
Black with #DDBF80
Text Example
Text Example
White with #DDBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF80; }
p { color: rgb(221,191,128); }
H1.HeaderClassName
{
color: #DDBF80;
}
.AnyTagClassName
{
color: #DDBF80;
}
</style>
background-color css
<style>
a { background-color: #DDBF80; }
a { background-color: rgb(221,191,128); }
div.DivClassName
{
background-color: #DDBF80;
}
.BgClassName
{
background-color: #DDBF80;
}
</style>
border-color css
<style>
span { border-color: #DDBF80; }
span { border-color: rgb(221,191,128); }
td.TdClassName
{
border-color: #DDBF80;
}
.TagClassName
{
border-color: #DDBF80;
}
</style>