Shades of Sunflower #DDB518
Tints of Sunflower #DDB518
RGB
CMYK
RGB Variations
Color information
#DDB518 (or 0xDDB518) is known color: Sunflower. HEX triplet: DD, B5 and 18. RGB value is (221,181,24). Sum of RGB (Red+Green+Blue) = 221+181+24=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB518 is #224AE7. Grayscale: #AFAFAF. Windows color (decimal): -2247400 or 1619421. OLE color: 1619421.
HSL color Cylindrical-coordinate representation of color #DDB518: hue angle of 47.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDB518 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 24 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.13 |
| HSL | 47.82º | 0.8% | 0.48% | - |
| HSV(B) | 47.82º | 0.89% | 0.87% | - |
| XYZ | 46.51 | 48.49 | 7.77 | - |
| YUV | 175.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 24 | 0 | 0.18 | 0.89 | 0.13 | 47.82 | 0.8 | 0.48 |
| Hex | DD | B5 | 18 | 0 | 12 | 59 | D | 30 | 50 | 30 |
| Octal | 335 | 265 | 30 | 0 | 22 | 131 | 15 | 60 | 120 | 60 |
| Binary | 11011101 | 10110101 | 11000 | 0 | 10010 | 1011001 | 1101 | 110000 | 1010000 | 110000 |
Color Harmonies of #DDB518
Complementary color
Monochromatic Colors of #DDB518
Black with #DDB518
Text Example
Text Example
White with #DDB518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB518; }
p { color: rgb(221,181,24); }
H1.HeaderClassName
{
color: #DDB518;
}
.AnyTagClassName
{
color: #DDB518;
}
</style>
background-color css
<style>
a { background-color: #DDB518; }
a { background-color: rgb(221,181,24); }
div.DivClassName
{
background-color: #DDB518;
}
.BgClassName
{
background-color: #DDB518;
}
</style>
border-color css
<style>
span { border-color: #DDB518; }
span { border-color: rgb(221,181,24); }
td.TdClassName
{
border-color: #DDB518;
}
.TagClassName
{
border-color: #DDB518;
}
</style>