Shades of Sunflower #DDB80C
Tints of Sunflower #DDB80C
RGB
CMYK
RGB Variations
Color information
#DDB80C (or 0xDDB80C) is known color: Sunflower. HEX triplet: DD, B8 and 0C. RGB value is (221,184,12). Sum of RGB (Red+Green+Blue) = 221+184+12=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB80C is #2247F3. Grayscale: #B0B0B0. Windows color (decimal): -2246644 or 833757. OLE color: 833757.
HSL color Cylindrical-coordinate representation of color #DDB80C: hue angle of 49.38º 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 #DDB80C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.13 |
| HSL | 49.38º | 0.9% | 0.46% | - |
| HSV(B) | 49.38º | 0.95% | 0.87% | - |
| XYZ | 47.03 | 49.68 | 7.46 | - |
| YUV | 175.46 | 35.76 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 12 | 0 | 0.17 | 0.95 | 0.13 | 49.38 | 0.9 | 0.46 |
| Hex | DD | B8 | C | 0 | 11 | 5F | D | 31 | 5A | 2E |
| Octal | 335 | 270 | 14 | 0 | 21 | 137 | 15 | 61 | 132 | 56 |
| Binary | 11011101 | 10111000 | 1100 | 0 | 10001 | 1011111 | 1101 | 110001 | 1011010 | 101110 |
Color Harmonies of #DDB80C
Complementary color
Monochromatic Colors of #DDB80C
Black with #DDB80C
Text Example
Text Example
White with #DDB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB80C; }
p { color: rgb(221,184,12); }
H1.HeaderClassName
{
color: #DDB80C;
}
.AnyTagClassName
{
color: #DDB80C;
}
</style>
background-color css
<style>
a { background-color: #DDB80C; }
a { background-color: rgb(221,184,12); }
div.DivClassName
{
background-color: #DDB80C;
}
.BgClassName
{
background-color: #DDB80C;
}
</style>
border-color css
<style>
span { border-color: #DDB80C; }
span { border-color: rgb(221,184,12); }
td.TdClassName
{
border-color: #DDB80C;
}
.TagClassName
{
border-color: #DDB80C;
}
</style>