Shades of Sunflower #DDB50C
Tints of Sunflower #DDB50C
RGB
CMYK
RGB Variations
Color information
#DDB50C (or 0xDDB50C) is known color: Sunflower. HEX triplet: DD, B5 and 0C. RGB value is (221,181,12). Sum of RGB (Red+Green+Blue) = 221+181+12=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB50C is #224AF3. Grayscale: #AEAEAE. Windows color (decimal): -2247412 or 832989. OLE color: 832989.
HSL color Cylindrical-coordinate representation of color #DDB50C: hue angle of 48.52º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDB50C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.13 |
| HSL | 48.52º | 0.9% | 0.46% | - |
| HSV(B) | 48.52º | 0.95% | 0.87% | - |
| XYZ | 46.41 | 48.45 | 7.25 | - |
| YUV | 173.69 | 36.75 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 12 | 0 | 0.18 | 0.95 | 0.13 | 48.52 | 0.9 | 0.46 |
| Hex | DD | B5 | C | 0 | 12 | 5F | D | 31 | 5A | 2E |
| Octal | 335 | 265 | 14 | 0 | 22 | 137 | 15 | 61 | 132 | 56 |
| Binary | 11011101 | 10110101 | 1100 | 0 | 10010 | 1011111 | 1101 | 110001 | 1011010 | 101110 |
Color Harmonies of #DDB50C
Complementary color
Monochromatic Colors of #DDB50C
Black with #DDB50C
Text Example
Text Example
White with #DDB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB50C; }
p { color: rgb(221,181,12); }
H1.HeaderClassName
{
color: #DDB50C;
}
.AnyTagClassName
{
color: #DDB50C;
}
</style>
background-color css
<style>
a { background-color: #DDB50C; }
a { background-color: rgb(221,181,12); }
div.DivClassName
{
background-color: #DDB50C;
}
.BgClassName
{
background-color: #DDB50C;
}
</style>
border-color css
<style>
span { border-color: #DDB50C; }
span { border-color: rgb(221,181,12); }
td.TdClassName
{
border-color: #DDB50C;
}
.TagClassName
{
border-color: #DDB50C;
}
</style>