Shades of Sunflower #DDC61E
Tints of Sunflower #DDC61E
RGB
CMYK
RGB Variations
Color information
#DDC61E (or 0xDDC61E) is known color: Sunflower. HEX triplet: DD, C6 and 1E. RGB value is (221,198,30). Sum of RGB (Red+Green+Blue) = 221+198+30=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC61E is #2239E1. Grayscale: #BABABA. Windows color (decimal): -2243042 or 2016989. OLE color: 2016989.
HSL color Cylindrical-coordinate representation of color #DDC61E: hue angle of 52.77º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDC61E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 30 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.13 |
| HSL | 52.77º | 0.76% | 0.49% | - |
| HSV(B) | 52.77º | 0.86% | 0.87% | - |
| XYZ | 50.25 | 55.85 | 9.36 | - |
| YUV | 185.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 30 | 0 | 0.10 | 0.86 | 0.13 | 52.77 | 0.76 | 0.49 |
| Hex | DD | C6 | 1E | 0 | A | 56 | D | 35 | 4C | 31 |
| Octal | 335 | 306 | 36 | 0 | 12 | 126 | 15 | 65 | 114 | 61 |
| Binary | 11011101 | 11000110 | 11110 | 0 | 1010 | 1010110 | 1101 | 110101 | 1001100 | 110001 |
Color Harmonies of #DDC61E
Complementary color
Monochromatic Colors of #DDC61E
Black with #DDC61E
Text Example
Text Example
White with #DDC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC61E; }
p { color: rgb(221,198,30); }
H1.HeaderClassName
{
color: #DDC61E;
}
.AnyTagClassName
{
color: #DDC61E;
}
</style>
background-color css
<style>
a { background-color: #DDC61E; }
a { background-color: rgb(221,198,30); }
div.DivClassName
{
background-color: #DDC61E;
}
.BgClassName
{
background-color: #DDC61E;
}
</style>
border-color css
<style>
span { border-color: #DDC61E; }
span { border-color: rgb(221,198,30); }
td.TdClassName
{
border-color: #DDC61E;
}
.TagClassName
{
border-color: #DDC61E;
}
</style>