Shades of Sunflower #DDB419
Tints of Sunflower #DDB419
RGB
CMYK
RGB Variations
Color information
#DDB419 (or 0xDDB419) is known color: Sunflower. HEX triplet: DD, B4 and 19. RGB value is (221,180,25). Sum of RGB (Red+Green+Blue) = 221+180+25=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB419 is #224BE6. Grayscale: #AFAFAF. Windows color (decimal): -2247655 or 1684701. OLE color: 1684701.
HSL color Cylindrical-coordinate representation of color #DDB419: hue angle of 47.45º 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 #DDB419 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 25 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.13 |
| HSL | 47.45º | 0.8% | 0.48% | - |
| HSV(B) | 47.45º | 0.89% | 0.87% | - |
| XYZ | 46.32 | 48.08 | 7.76 | - |
| YUV | 174.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 25 | 0 | 0.19 | 0.89 | 0.13 | 47.45 | 0.8 | 0.48 |
| Hex | DD | B4 | 19 | 0 | 13 | 59 | D | 2F | 50 | 30 |
| Octal | 335 | 264 | 31 | 0 | 23 | 131 | 15 | 57 | 120 | 60 |
| Binary | 11011101 | 10110100 | 11001 | 0 | 10011 | 1011001 | 1101 | 101111 | 1010000 | 110000 |
Color Harmonies of #DDB419
Complementary color
Monochromatic Colors of #DDB419
Black with #DDB419
Text Example
Text Example
White with #DDB419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB419; }
p { color: rgb(221,180,25); }
H1.HeaderClassName
{
color: #DDB419;
}
.AnyTagClassName
{
color: #DDB419;
}
</style>
background-color css
<style>
a { background-color: #DDB419; }
a { background-color: rgb(221,180,25); }
div.DivClassName
{
background-color: #DDB419;
}
.BgClassName
{
background-color: #DDB419;
}
</style>
border-color css
<style>
span { border-color: #DDB419; }
span { border-color: rgb(221,180,25); }
td.TdClassName
{
border-color: #DDB419;
}
.TagClassName
{
border-color: #DDB419;
}
</style>