Shades of Sunflower #DDC80D
Tints of Sunflower #DDC80D
RGB
CMYK
RGB Variations
Color information
#DDC80D (or 0xDDC80D) is known color: Sunflower. HEX triplet: DD, C8 and 0D. RGB value is (221,200,13). Sum of RGB (Red+Green+Blue) = 221+200+13=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC80D is #2237F2. Grayscale: #B9B9B9. Windows color (decimal): -2242547 or 903389. OLE color: 903389.
HSL color Cylindrical-coordinate representation of color #DDC80D: hue angle of 53.94º degrees, saturation: 0.89, 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 #DDC80D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.13 |
| HSL | 53.94º | 0.89% | 0.46% | - |
| HSV(B) | 53.94º | 0.94% | 0.87% | - |
| XYZ | 50.55 | 56.71 | 8.66 | - |
| YUV | 184.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 13 | 0 | 0.10 | 0.94 | 0.13 | 53.94 | 0.89 | 0.46 |
| Hex | DD | C8 | D | 0 | A | 5E | D | 36 | 59 | 2E |
| Octal | 335 | 310 | 15 | 0 | 12 | 136 | 15 | 66 | 131 | 56 |
| Binary | 11011101 | 11001000 | 1101 | 0 | 1010 | 1011110 | 1101 | 110110 | 1011001 | 101110 |
Color Harmonies of #DDC80D
Complementary color
Monochromatic Colors of #DDC80D
Black with #DDC80D
Text Example
Text Example
White with #DDC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC80D; }
p { color: rgb(221,200,13); }
H1.HeaderClassName
{
color: #DDC80D;
}
.AnyTagClassName
{
color: #DDC80D;
}
</style>
background-color css
<style>
a { background-color: #DDC80D; }
a { background-color: rgb(221,200,13); }
div.DivClassName
{
background-color: #DDC80D;
}
.BgClassName
{
background-color: #DDC80D;
}
</style>
border-color css
<style>
span { border-color: #DDC80D; }
span { border-color: rgb(221,200,13); }
td.TdClassName
{
border-color: #DDC80D;
}
.TagClassName
{
border-color: #DDC80D;
}
</style>