Shades of Sunflower #DDD012
Tints of Sunflower #DDD012
RGB
CMYK
RGB Variations
Color information
#DDD012 (or 0xDDD012) is known color: Sunflower. HEX triplet: DD, D0 and 12. RGB value is (221,208,18). Sum of RGB (Red+Green+Blue) = 221+208+18=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD012 is #222FED. Grayscale: #BEBEBE. Windows color (decimal): -2240494 or 1233117. OLE color: 1233117.
HSL color Cylindrical-coordinate representation of color #DDD012: hue angle of 56.16º 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 #DDD012 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 18 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.13 |
| HSL | 56.16º | 0.85% | 0.47% | - |
| HSV(B) | 56.16º | 0.92% | 0.87% | - |
| XYZ | 52.48 | 60.53 | 9.49 | - |
| YUV | 190.23 | 30.81 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 18 | 0 | 0.06 | 0.92 | 0.13 | 56.16 | 0.85 | 0.47 |
| Hex | DD | D0 | 12 | 0 | 6 | 5C | D | 38 | 55 | 2F |
| Octal | 335 | 320 | 22 | 0 | 6 | 134 | 15 | 70 | 125 | 57 |
| Binary | 11011101 | 11010000 | 10010 | 0 | 110 | 1011100 | 1101 | 111000 | 1010101 | 101111 |
Color Harmonies of #DDD012
Complementary color
Monochromatic Colors of #DDD012
Black with #DDD012
Text Example
Text Example
White with #DDD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD012; }
p { color: rgb(221,208,18); }
H1.HeaderClassName
{
color: #DDD012;
}
.AnyTagClassName
{
color: #DDD012;
}
</style>
background-color css
<style>
a { background-color: #DDD012; }
a { background-color: rgb(221,208,18); }
div.DivClassName
{
background-color: #DDD012;
}
.BgClassName
{
background-color: #DDD012;
}
</style>
border-color css
<style>
span { border-color: #DDD012; }
span { border-color: rgb(221,208,18); }
td.TdClassName
{
border-color: #DDD012;
}
.TagClassName
{
border-color: #DDD012;
}
</style>