Shades of Sunflower #DDB502
Tints of Sunflower #DDB502
RGB
CMYK
RGB Variations
Color information
#DDB502 (or 0xDDB502) is known color: Sunflower. HEX triplet: DD, B5 and 02. RGB value is (221,181,2). Sum of RGB (Red+Green+Blue) = 221+181+2=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB502 is #224AFD. Grayscale: #ADADAD. Windows color (decimal): -2247422 or 177629. OLE color: 177629.
HSL color Cylindrical-coordinate representation of color #DDB502: hue angle of 49.04º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDB502 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.13 |
| HSL | 49.04º | 0.98% | 0.44% | - |
| HSV(B) | 49.04º | 0.99% | 0.87% | - |
| XYZ | 46.35 | 48.42 | 6.96 | - |
| YUV | 172.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 2 | 0 | 0.18 | 0.99 | 0.13 | 49.04 | 0.98 | 0.44 |
| Hex | DD | B5 | 2 | 0 | 12 | 63 | D | 31 | 62 | 2C |
| Octal | 335 | 265 | 2 | 0 | 22 | 143 | 15 | 61 | 142 | 54 |
| Binary | 11011101 | 10110101 | 10 | 0 | 10010 | 1100011 | 1101 | 110001 | 1100010 | 101100 |
Color Harmonies of #DDB502
Complementary color
Monochromatic Colors of #DDB502
Black with #DDB502
Text Example
Text Example
White with #DDB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB502; }
p { color: rgb(221,181,2); }
H1.HeaderClassName
{
color: #DDB502;
}
.AnyTagClassName
{
color: #DDB502;
}
</style>
background-color css
<style>
a { background-color: #DDB502; }
a { background-color: rgb(221,181,2); }
div.DivClassName
{
background-color: #DDB502;
}
.BgClassName
{
background-color: #DDB502;
}
</style>
border-color css
<style>
span { border-color: #DDB502; }
span { border-color: rgb(221,181,2); }
td.TdClassName
{
border-color: #DDB502;
}
.TagClassName
{
border-color: #DDB502;
}
</style>