Shades of Sunflower #DDD112
Tints of Sunflower #DDD112
RGB
CMYK
RGB Variations
Color information
#DDD112 (or 0xDDD112) is known color: Sunflower. HEX triplet: DD, D1 and 12. RGB value is (221,209,18). Sum of RGB (Red+Green+Blue) = 221+209+18=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD112 is #222EED. Grayscale: #BFBFBF. Windows color (decimal): -2240238 or 1233373. OLE color: 1233373.
HSL color Cylindrical-coordinate representation of color #DDD112: hue angle of 56.45º 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 #DDD112 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 18 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.13 |
| HSL | 56.45º | 0.85% | 0.47% | - |
| HSV(B) | 56.45º | 0.92% | 0.87% | - |
| XYZ | 52.73 | 61.02 | 9.57 | - |
| YUV | 190.81 | 30.48 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 18 | 0 | 0.05 | 0.92 | 0.13 | 56.45 | 0.85 | 0.47 |
| Hex | DD | D1 | 12 | 0 | 5 | 5C | D | 38 | 55 | 2F |
| Octal | 335 | 321 | 22 | 0 | 5 | 134 | 15 | 70 | 125 | 57 |
| Binary | 11011101 | 11010001 | 10010 | 0 | 101 | 1011100 | 1101 | 111000 | 1010101 | 101111 |
Color Harmonies of #DDD112
Complementary color
Monochromatic Colors of #DDD112
Black with #DDD112
Text Example
Text Example
White with #DDD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD112; }
p { color: rgb(221,209,18); }
H1.HeaderClassName
{
color: #DDD112;
}
.AnyTagClassName
{
color: #DDD112;
}
</style>
background-color css
<style>
a { background-color: #DDD112; }
a { background-color: rgb(221,209,18); }
div.DivClassName
{
background-color: #DDD112;
}
.BgClassName
{
background-color: #DDD112;
}
</style>
border-color css
<style>
span { border-color: #DDD112; }
span { border-color: rgb(221,209,18); }
td.TdClassName
{
border-color: #DDD112;
}
.TagClassName
{
border-color: #DDD112;
}
</style>