Shades of Sunflower #DDB50F
Tints of Sunflower #DDB50F
RGB
CMYK
RGB Variations
Color information
#DDB50F (or 0xDDB50F) is known color: Sunflower. HEX triplet: DD, B5 and 0F. RGB value is (221,181,15). Sum of RGB (Red+Green+Blue) = 221+181+15=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB50F is #224AF0. Grayscale: #AEAEAE. Windows color (decimal): -2247409 or 1029597. OLE color: 1029597.
HSL color Cylindrical-coordinate representation of color #DDB50F: hue angle of 48.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDB50F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.13 |
| HSL | 48.35º | 0.87% | 0.46% | - |
| HSV(B) | 48.35º | 0.93% | 0.87% | - |
| XYZ | 46.43 | 48.45 | 7.36 | - |
| YUV | 174.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 15 | 0 | 0.18 | 0.93 | 0.13 | 48.35 | 0.87 | 0.46 |
| Hex | DD | B5 | F | 0 | 12 | 5D | D | 30 | 57 | 2E |
| Octal | 335 | 265 | 17 | 0 | 22 | 135 | 15 | 60 | 127 | 56 |
| Binary | 11011101 | 10110101 | 1111 | 0 | 10010 | 1011101 | 1101 | 110000 | 1010111 | 101110 |
Color Harmonies of #DDB50F
Complementary color
Monochromatic Colors of #DDB50F
Black with #DDB50F
Text Example
Text Example
White with #DDB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB50F; }
p { color: rgb(221,181,15); }
H1.HeaderClassName
{
color: #DDB50F;
}
.AnyTagClassName
{
color: #DDB50F;
}
</style>
background-color css
<style>
a { background-color: #DDB50F; }
a { background-color: rgb(221,181,15); }
div.DivClassName
{
background-color: #DDB50F;
}
.BgClassName
{
background-color: #DDB50F;
}
</style>
border-color css
<style>
span { border-color: #DDB50F; }
span { border-color: rgb(221,181,15); }
td.TdClassName
{
border-color: #DDB50F;
}
.TagClassName
{
border-color: #DDB50F;
}
</style>