Shades of Sunflower #DDC412
Tints of Sunflower #DDC412
RGB
CMYK
RGB Variations
Color information
#DDC412 (or 0xDDC412) is known color: Sunflower. HEX triplet: DD, C4 and 12. RGB value is (221,196,18). Sum of RGB (Red+Green+Blue) = 221+196+18=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC412 is #223BED. Grayscale: #B7B7B7. Windows color (decimal): -2243566 or 1230045. OLE color: 1230045.
HSL color Cylindrical-coordinate representation of color #DDC412: hue angle of 52.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDC412 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.13 |
| HSL | 52.61º | 0.85% | 0.47% | - |
| HSV(B) | 52.61º | 0.92% | 0.87% | - |
| XYZ | 49.67 | 54.9 | 8.55 | - |
| YUV | 183.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 18 | 0 | 0.11 | 0.92 | 0.13 | 52.61 | 0.85 | 0.47 |
| Hex | DD | C4 | 12 | 0 | B | 5C | D | 35 | 55 | 2F |
| Octal | 335 | 304 | 22 | 0 | 13 | 134 | 15 | 65 | 125 | 57 |
| Binary | 11011101 | 11000100 | 10010 | 0 | 1011 | 1011100 | 1101 | 110101 | 1010101 | 101111 |
Color Harmonies of #DDC412
Complementary color
Monochromatic Colors of #DDC412
Black with #DDC412
Text Example
Text Example
White with #DDC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC412; }
p { color: rgb(221,196,18); }
H1.HeaderClassName
{
color: #DDC412;
}
.AnyTagClassName
{
color: #DDC412;
}
</style>
background-color css
<style>
a { background-color: #DDC412; }
a { background-color: rgb(221,196,18); }
div.DivClassName
{
background-color: #DDC412;
}
.BgClassName
{
background-color: #DDC412;
}
</style>
border-color css
<style>
span { border-color: #DDC412; }
span { border-color: rgb(221,196,18); }
td.TdClassName
{
border-color: #DDC412;
}
.TagClassName
{
border-color: #DDC412;
}
</style>