Shades of Sunflower #DDB818
Tints of Sunflower #DDB818
RGB
CMYK
RGB Variations
Color information
#DDB818 (or 0xDDB818) is known color: Sunflower. HEX triplet: DD, B8 and 18. RGB value is (221,184,24). Sum of RGB (Red+Green+Blue) = 221+184+24=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB818 is #2247E7. Grayscale: #B1B1B1. Windows color (decimal): -2246632 or 1620189. OLE color: 1620189.
HSL color Cylindrical-coordinate representation of color #DDB818: hue angle of 48.73º 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 #DDB818 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 24 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.13 |
| HSL | 48.73º | 0.8% | 0.48% | - |
| HSV(B) | 48.73º | 0.89% | 0.87% | - |
| XYZ | 47.12 | 49.72 | 7.98 | - |
| YUV | 176.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 24 | 0 | 0.17 | 0.89 | 0.13 | 48.73 | 0.8 | 0.48 |
| Hex | DD | B8 | 18 | 0 | 11 | 59 | D | 31 | 50 | 30 |
| Octal | 335 | 270 | 30 | 0 | 21 | 131 | 15 | 61 | 120 | 60 |
| Binary | 11011101 | 10111000 | 11000 | 0 | 10001 | 1011001 | 1101 | 110001 | 1010000 | 110000 |
Color Harmonies of #DDB818
Complementary color
Monochromatic Colors of #DDB818
Black with #DDB818
Text Example
Text Example
White with #DDB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB818; }
p { color: rgb(221,184,24); }
H1.HeaderClassName
{
color: #DDB818;
}
.AnyTagClassName
{
color: #DDB818;
}
</style>
background-color css
<style>
a { background-color: #DDB818; }
a { background-color: rgb(221,184,24); }
div.DivClassName
{
background-color: #DDB818;
}
.BgClassName
{
background-color: #DDB818;
}
</style>
border-color css
<style>
span { border-color: #DDB818; }
span { border-color: rgb(221,184,24); }
td.TdClassName
{
border-color: #DDB818;
}
.TagClassName
{
border-color: #DDB818;
}
</style>