Shades of Straw #DDBF81
Tints of Straw #DDBF81
RGB
CMYK
RGB Variations
Color information
#DDBF81 (or 0xDDBF81) is known color: Straw. HEX triplet: DD, BF and 81. RGB value is (221,191,129). Sum of RGB (Red+Green+Blue) = 221+191+129=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF81 is #22407E. Grayscale: #C1C1C1. Windows color (decimal): -2244735 or 8503261. OLE color: 8503261.
HSL color Cylindrical-coordinate representation of color #DDBF81: hue angle of 40.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDBF81 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 129 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.13 |
| HSL | 40.43º | 0.58% | 0.69% | - |
| HSV(B) | 40.43º | 0.42% | 0.87% | - |
| XYZ | 52.41 | 54.22 | 28.47 | - |
| YUV | 192.9 | 91.94 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 129 | 0 | 0.14 | 0.42 | 0.13 | 40.43 | 0.58 | 0.69 |
| Hex | DD | BF | 81 | 0 | E | 2A | D | 28 | 3A | 45 |
| Octal | 335 | 277 | 201 | 0 | 16 | 52 | 15 | 50 | 72 | 105 |
| Binary | 11011101 | 10111111 | 10000001 | 0 | 1110 | 101010 | 1101 | 101000 | 111010 | 1000101 |
Color Harmonies of #DDBF81
Complementary color
Monochromatic Colors of #DDBF81
Black with #DDBF81
Text Example
Text Example
White with #DDBF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF81; }
p { color: rgb(221,191,129); }
H1.HeaderClassName
{
color: #DDBF81;
}
.AnyTagClassName
{
color: #DDBF81;
}
</style>
background-color css
<style>
a { background-color: #DDBF81; }
a { background-color: rgb(221,191,129); }
div.DivClassName
{
background-color: #DDBF81;
}
.BgClassName
{
background-color: #DDBF81;
}
</style>
border-color css
<style>
span { border-color: #DDBF81; }
span { border-color: rgb(221,191,129); }
td.TdClassName
{
border-color: #DDBF81;
}
.TagClassName
{
border-color: #DDBF81;
}
</style>