Shades of Sunflower #DDB50A
Tints of Sunflower #DDB50A
RGB
CMYK
RGB Variations
Color information
#DDB50A (or 0xDDB50A) is known color: Sunflower. HEX triplet: DD, B5 and 0A. RGB value is (221,181,10). Sum of RGB (Red+Green+Blue) = 221+181+10=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB50A is #224AF5. Grayscale: #AEAEAE. Windows color (decimal): -2247414 or 701917. OLE color: 701917.
HSL color Cylindrical-coordinate representation of color #DDB50A: hue angle of 48.63º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDB50A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.13 |
| HSL | 48.63º | 0.91% | 0.45% | - |
| HSV(B) | 48.63º | 0.95% | 0.87% | - |
| XYZ | 46.4 | 48.44 | 7.19 | - |
| YUV | 173.47 | 35.75 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 10 | 0 | 0.18 | 0.95 | 0.13 | 48.63 | 0.91 | 0.45 |
| Hex | DD | B5 | A | 0 | 12 | 5F | D | 31 | 5B | 2D |
| Octal | 335 | 265 | 12 | 0 | 22 | 137 | 15 | 61 | 133 | 55 |
| Binary | 11011101 | 10110101 | 1010 | 0 | 10010 | 1011111 | 1101 | 110001 | 1011011 | 101101 |
Color Harmonies of #DDB50A
Complementary color
Monochromatic Colors of #DDB50A
Black with #DDB50A
Text Example
Text Example
White with #DDB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB50A; }
p { color: rgb(221,181,10); }
H1.HeaderClassName
{
color: #DDB50A;
}
.AnyTagClassName
{
color: #DDB50A;
}
</style>
background-color css
<style>
a { background-color: #DDB50A; }
a { background-color: rgb(221,181,10); }
div.DivClassName
{
background-color: #DDB50A;
}
.BgClassName
{
background-color: #DDB50A;
}
</style>
border-color css
<style>
span { border-color: #DDB50A; }
span { border-color: rgb(221,181,10); }
td.TdClassName
{
border-color: #DDB50A;
}
.TagClassName
{
border-color: #DDB50A;
}
</style>