Shades of Sunflower #DDBB17
Tints of Sunflower #DDBB17
RGB
CMYK
RGB Variations
Color information
#DDBB17 (or 0xDDBB17) is known color: Sunflower. HEX triplet: DD, BB and 17. RGB value is (221,187,23). Sum of RGB (Red+Green+Blue) = 221+187+23=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB17 is #2244E8. Grayscale: #B3B3B3. Windows color (decimal): -2245865 or 1555421. OLE color: 1555421.
HSL color Cylindrical-coordinate representation of color #DDBB17: hue angle of 49.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDBB17 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 23 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.13 |
| HSL | 49.7º | 0.81% | 0.48% | - |
| HSV(B) | 49.7º | 0.9% | 0.87% | - |
| XYZ | 47.74 | 50.97 | 8.13 | - |
| YUV | 178.47 | 40.26 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 23 | 0 | 0.15 | 0.90 | 0.13 | 49.7 | 0.81 | 0.48 |
| Hex | DD | BB | 17 | 0 | F | 5A | D | 32 | 51 | 30 |
| Octal | 335 | 273 | 27 | 0 | 17 | 132 | 15 | 62 | 121 | 60 |
| Binary | 11011101 | 10111011 | 10111 | 0 | 1111 | 1011010 | 1101 | 110010 | 1010001 | 110000 |
Color Harmonies of #DDBB17
Complementary color
Monochromatic Colors of #DDBB17
Black with #DDBB17
Text Example
Text Example
White with #DDBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB17; }
p { color: rgb(221,187,23); }
H1.HeaderClassName
{
color: #DDBB17;
}
.AnyTagClassName
{
color: #DDBB17;
}
</style>
background-color css
<style>
a { background-color: #DDBB17; }
a { background-color: rgb(221,187,23); }
div.DivClassName
{
background-color: #DDBB17;
}
.BgClassName
{
background-color: #DDBB17;
}
</style>
border-color css
<style>
span { border-color: #DDBB17; }
span { border-color: rgb(221,187,23); }
td.TdClassName
{
border-color: #DDBB17;
}
.TagClassName
{
border-color: #DDBB17;
}
</style>