Shades of Sunflower #DDB517
Tints of Sunflower #DDB517
RGB
CMYK
RGB Variations
Color information
#DDB517 (or 0xDDB517) is known color: Sunflower. HEX triplet: DD, B5 and 17. RGB value is (221,181,23). Sum of RGB (Red+Green+Blue) = 221+181+23=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB517 is #224AE8. Grayscale: #AFAFAF. Windows color (decimal): -2247401 or 1553885. OLE color: 1553885.
HSL color Cylindrical-coordinate representation of color #DDB517: hue angle of 47.88º 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 #DDB517 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 23 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.13 |
| HSL | 47.88º | 0.81% | 0.48% | - |
| HSV(B) | 47.88º | 0.9% | 0.87% | - |
| XYZ | 46.5 | 48.48 | 7.72 | - |
| YUV | 174.95 | 42.25 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 23 | 0 | 0.18 | 0.90 | 0.13 | 47.88 | 0.81 | 0.48 |
| Hex | DD | B5 | 17 | 0 | 12 | 5A | D | 30 | 51 | 30 |
| Octal | 335 | 265 | 27 | 0 | 22 | 132 | 15 | 60 | 121 | 60 |
| Binary | 11011101 | 10110101 | 10111 | 0 | 10010 | 1011010 | 1101 | 110000 | 1010001 | 110000 |
Color Harmonies of #DDB517
Complementary color
Monochromatic Colors of #DDB517
Black with #DDB517
Text Example
Text Example
White with #DDB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB517; }
p { color: rgb(221,181,23); }
H1.HeaderClassName
{
color: #DDB517;
}
.AnyTagClassName
{
color: #DDB517;
}
</style>
background-color css
<style>
a { background-color: #DDB517; }
a { background-color: rgb(221,181,23); }
div.DivClassName
{
background-color: #DDB517;
}
.BgClassName
{
background-color: #DDB517;
}
</style>
border-color css
<style>
span { border-color: #DDB517; }
span { border-color: rgb(221,181,23); }
td.TdClassName
{
border-color: #DDB517;
}
.TagClassName
{
border-color: #DDB517;
}
</style>