Shades of Sunflower #DDB416
Tints of Sunflower #DDB416
RGB
CMYK
RGB Variations
Color information
#DDB416 (or 0xDDB416) is known color: Sunflower. HEX triplet: DD, B4 and 16. RGB value is (221,180,22). Sum of RGB (Red+Green+Blue) = 221+180+22=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB416 is #224BE9. Grayscale: #AEAEAE. Windows color (decimal): -2247658 or 1488093. OLE color: 1488093.
HSL color Cylindrical-coordinate representation of color #DDB416: hue angle of 47.64º degrees, saturation: 0.82, 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 #DDB416 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 22 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.13 |
| HSL | 47.64º | 0.82% | 0.48% | - |
| HSV(B) | 47.64º | 0.9% | 0.87% | - |
| XYZ | 46.28 | 48.07 | 7.6 | - |
| YUV | 174.25 | 42.08 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 22 | 0 | 0.19 | 0.90 | 0.13 | 47.64 | 0.82 | 0.48 |
| Hex | DD | B4 | 16 | 0 | 13 | 5A | D | 30 | 52 | 30 |
| Octal | 335 | 264 | 26 | 0 | 23 | 132 | 15 | 60 | 122 | 60 |
| Binary | 11011101 | 10110100 | 10110 | 0 | 10011 | 1011010 | 1101 | 110000 | 1010010 | 110000 |
Color Harmonies of #DDB416
Complementary color
Monochromatic Colors of #DDB416
Black with #DDB416
Text Example
Text Example
White with #DDB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB416; }
p { color: rgb(221,180,22); }
H1.HeaderClassName
{
color: #DDB416;
}
.AnyTagClassName
{
color: #DDB416;
}
</style>
background-color css
<style>
a { background-color: #DDB416; }
a { background-color: rgb(221,180,22); }
div.DivClassName
{
background-color: #DDB416;
}
.BgClassName
{
background-color: #DDB416;
}
</style>
border-color css
<style>
span { border-color: #DDB416; }
span { border-color: rgb(221,180,22); }
td.TdClassName
{
border-color: #DDB416;
}
.TagClassName
{
border-color: #DDB416;
}
</style>