Shades of Sunflower #DDB80E
Tints of Sunflower #DDB80E
RGB
CMYK
RGB Variations
Color information
#DDB80E (or 0xDDB80E) is known color: Sunflower. HEX triplet: DD, B8 and 0E. RGB value is (221,184,14). Sum of RGB (Red+Green+Blue) = 221+184+14=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB80E is #2247F1. Grayscale: #B0B0B0. Windows color (decimal): -2246642 or 964829. OLE color: 964829.
HSL color Cylindrical-coordinate representation of color #DDB80E: hue angle of 49.28º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDB80E is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 14 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.13 |
| HSL | 49.28º | 0.88% | 0.46% | - |
| HSV(B) | 49.28º | 0.94% | 0.87% | - |
| XYZ | 47.04 | 49.68 | 7.53 | - |
| YUV | 175.68 | 36.76 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 14 | 0 | 0.17 | 0.94 | 0.13 | 49.28 | 0.88 | 0.46 |
| Hex | DD | B8 | E | 0 | 11 | 5E | D | 31 | 58 | 2E |
| Octal | 335 | 270 | 16 | 0 | 21 | 136 | 15 | 61 | 130 | 56 |
| Binary | 11011101 | 10111000 | 1110 | 0 | 10001 | 1011110 | 1101 | 110001 | 1011000 | 101110 |
Color Harmonies of #DDB80E
Complementary color
Monochromatic Colors of #DDB80E
Black with #DDB80E
Text Example
Text Example
White with #DDB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB80E; }
p { color: rgb(221,184,14); }
H1.HeaderClassName
{
color: #DDB80E;
}
.AnyTagClassName
{
color: #DDB80E;
}
</style>
background-color css
<style>
a { background-color: #DDB80E; }
a { background-color: rgb(221,184,14); }
div.DivClassName
{
background-color: #DDB80E;
}
.BgClassName
{
background-color: #DDB80E;
}
</style>
border-color css
<style>
span { border-color: #DDB80E; }
span { border-color: rgb(221,184,14); }
td.TdClassName
{
border-color: #DDB80E;
}
.TagClassName
{
border-color: #DDB80E;
}
</style>