Shades of Sunflower #DDBB21
Tints of Sunflower #DDBB21
RGB
CMYK
RGB Variations
Color information
#DDBB21 (or 0xDDBB21) is known color: Sunflower. HEX triplet: DD, BB and 21. RGB value is (221,187,33). Sum of RGB (Red+Green+Blue) = 221+187+33=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB21 is #2244DE. Grayscale: #B4B4B4. Windows color (decimal): -2245855 or 2210781. OLE color: 2210781.
HSL color Cylindrical-coordinate representation of color #DDBB21: hue angle of 49.15º 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 #DDBB21 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.13 |
| HSL | 49.15º | 0.74% | 0.5% | - |
| HSV(B) | 49.15º | 0.85% | 0.87% | - |
| XYZ | 47.86 | 51.02 | 8.76 | - |
| YUV | 179.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 33 | 0 | 0.15 | 0.85 | 0.13 | 49.15 | 0.74 | 0.5 |
| Hex | DD | BB | 21 | 0 | F | 55 | D | 31 | 4A | 32 |
| Octal | 335 | 273 | 41 | 0 | 17 | 125 | 15 | 61 | 112 | 62 |
| Binary | 11011101 | 10111011 | 100001 | 0 | 1111 | 1010101 | 1101 | 110001 | 1001010 | 110010 |
Color Harmonies of #DDBB21
Complementary color
Monochromatic Colors of #DDBB21
Black with #DDBB21
Text Example
Text Example
White with #DDBB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB21; }
p { color: rgb(221,187,33); }
H1.HeaderClassName
{
color: #DDBB21;
}
.AnyTagClassName
{
color: #DDBB21;
}
</style>
background-color css
<style>
a { background-color: #DDBB21; }
a { background-color: rgb(221,187,33); }
div.DivClassName
{
background-color: #DDBB21;
}
.BgClassName
{
background-color: #DDBB21;
}
</style>
border-color css
<style>
span { border-color: #DDBB21; }
span { border-color: rgb(221,187,33); }
td.TdClassName
{
border-color: #DDBB21;
}
.TagClassName
{
border-color: #DDBB21;
}
</style>