Shades of Sunflower #DDBC21
Tints of Sunflower #DDBC21
RGB
CMYK
RGB Variations
Color information
#DDBC21 (or 0xDDBC21) is known color: Sunflower. HEX triplet: DD, BC and 21. RGB value is (221,188,33). Sum of RGB (Red+Green+Blue) = 221+188+33=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC21 is #2243DE. Grayscale: #B4B4B4. Windows color (decimal): -2245599 or 2211037. OLE color: 2211037.
HSL color Cylindrical-coordinate representation of color #DDBC21: hue angle of 49.47º 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 #DDBC21 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.13 |
| HSL | 49.47º | 0.74% | 0.5% | - |
| HSV(B) | 49.47º | 0.85% | 0.87% | - |
| XYZ | 48.08 | 51.45 | 8.84 | - |
| YUV | 180.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 33 | 0 | 0.15 | 0.85 | 0.13 | 49.47 | 0.74 | 0.5 |
| Hex | DD | BC | 21 | 0 | F | 55 | D | 31 | 4A | 32 |
| Octal | 335 | 274 | 41 | 0 | 17 | 125 | 15 | 61 | 112 | 62 |
| Binary | 11011101 | 10111100 | 100001 | 0 | 1111 | 1010101 | 1101 | 110001 | 1001010 | 110010 |
Color Harmonies of #DDBC21
Complementary color
Monochromatic Colors of #DDBC21
Black with #DDBC21
Text Example
Text Example
White with #DDBC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC21; }
p { color: rgb(221,188,33); }
H1.HeaderClassName
{
color: #DDBC21;
}
.AnyTagClassName
{
color: #DDBC21;
}
</style>
background-color css
<style>
a { background-color: #DDBC21; }
a { background-color: rgb(221,188,33); }
div.DivClassName
{
background-color: #DDBC21;
}
.BgClassName
{
background-color: #DDBC21;
}
</style>
border-color css
<style>
span { border-color: #DDBC21; }
span { border-color: rgb(221,188,33); }
td.TdClassName
{
border-color: #DDBC21;
}
.TagClassName
{
border-color: #DDBC21;
}
</style>