Shades of Sunflower #DDB504
Tints of Sunflower #DDB504
RGB
CMYK
RGB Variations
Color information
#DDB504 (or 0xDDB504) is known color: Sunflower. HEX triplet: DD, B5 and 04. RGB value is (221,181,4). Sum of RGB (Red+Green+Blue) = 221+181+4=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB504 is #224AFB. Grayscale: #ADADAD. Windows color (decimal): -2247420 or 308701. OLE color: 308701.
HSL color Cylindrical-coordinate representation of color #DDB504: hue angle of 48.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDB504 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.13 |
| HSL | 48.94º | 0.96% | 0.44% | - |
| HSV(B) | 48.94º | 0.98% | 0.87% | - |
| XYZ | 46.36 | 48.43 | 7.02 | - |
| YUV | 172.78 | 32.75 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 4 | 0 | 0.18 | 0.98 | 0.13 | 48.94 | 0.96 | 0.44 |
| Hex | DD | B5 | 4 | 0 | 12 | 62 | D | 31 | 60 | 2C |
| Octal | 335 | 265 | 4 | 0 | 22 | 142 | 15 | 61 | 140 | 54 |
| Binary | 11011101 | 10110101 | 100 | 0 | 10010 | 1100010 | 1101 | 110001 | 1100000 | 101100 |
Color Harmonies of #DDB504
Complementary color
Monochromatic Colors of #DDB504
Black with #DDB504
Text Example
Text Example
White with #DDB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB504; }
p { color: rgb(221,181,4); }
H1.HeaderClassName
{
color: #DDB504;
}
.AnyTagClassName
{
color: #DDB504;
}
</style>
background-color css
<style>
a { background-color: #DDB504; }
a { background-color: rgb(221,181,4); }
div.DivClassName
{
background-color: #DDB504;
}
.BgClassName
{
background-color: #DDB504;
}
</style>
border-color css
<style>
span { border-color: #DDB504; }
span { border-color: rgb(221,181,4); }
td.TdClassName
{
border-color: #DDB504;
}
.TagClassName
{
border-color: #DDB504;
}
</style>