Shades of Sunflower #DDBE21
Tints of Sunflower #DDBE21
RGB
CMYK
RGB Variations
Color information
#DDBE21 (or 0xDDBE21) is known color: Sunflower. HEX triplet: DD, BE and 21. RGB value is (221,190,33). Sum of RGB (Red+Green+Blue) = 221+190+33=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE21 is #2241DE. Grayscale: #B6B6B6. Windows color (decimal): -2245087 or 2211549. OLE color: 2211549.
HSL color Cylindrical-coordinate representation of color #DDBE21: hue angle of 50.11º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDBE21 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 33 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.13 |
| HSL | 50.11º | 0.74% | 0.5% | - |
| HSV(B) | 50.11º | 0.85% | 0.87% | - |
| XYZ | 48.51 | 52.31 | 8.98 | - |
| YUV | 181.37 | 44.27 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 33 | 0 | 0.14 | 0.85 | 0.13 | 50.11 | 0.74 | 0.5 |
| Hex | DD | BE | 21 | 0 | E | 55 | D | 32 | 4A | 32 |
| Octal | 335 | 276 | 41 | 0 | 16 | 125 | 15 | 62 | 112 | 62 |
| Binary | 11011101 | 10111110 | 100001 | 0 | 1110 | 1010101 | 1101 | 110010 | 1001010 | 110010 |
Color Harmonies of #DDBE21
Complementary color
Monochromatic Colors of #DDBE21
Black with #DDBE21
Text Example
Text Example
White with #DDBE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE21; }
p { color: rgb(221,190,33); }
H1.HeaderClassName
{
color: #DDBE21;
}
.AnyTagClassName
{
color: #DDBE21;
}
</style>
background-color css
<style>
a { background-color: #DDBE21; }
a { background-color: rgb(221,190,33); }
div.DivClassName
{
background-color: #DDBE21;
}
.BgClassName
{
background-color: #DDBE21;
}
</style>
border-color css
<style>
span { border-color: #DDBE21; }
span { border-color: rgb(221,190,33); }
td.TdClassName
{
border-color: #DDBE21;
}
.TagClassName
{
border-color: #DDBE21;
}
</style>