Shades of Sunflower #DDC212
Tints of Sunflower #DDC212
RGB
CMYK
RGB Variations
Color information
#DDC212 (or 0xDDC212) is known color: Sunflower. HEX triplet: DD, C2 and 12. RGB value is (221,194,18). Sum of RGB (Red+Green+Blue) = 221+194+18=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC212 is #223DED. Grayscale: #B6B6B6. Windows color (decimal): -2244078 or 1229533. OLE color: 1229533.
HSL color Cylindrical-coordinate representation of color #DDC212: hue angle of 52.02º 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 #DDC212 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.13 |
| HSL | 52.02º | 0.85% | 0.47% | - |
| HSV(B) | 52.02º | 0.92% | 0.87% | - |
| XYZ | 49.22 | 54 | 8.4 | - |
| YUV | 182.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 18 | 0 | 0.12 | 0.92 | 0.13 | 52.02 | 0.85 | 0.47 |
| Hex | DD | C2 | 12 | 0 | C | 5C | D | 34 | 55 | 2F |
| Octal | 335 | 302 | 22 | 0 | 14 | 134 | 15 | 64 | 125 | 57 |
| Binary | 11011101 | 11000010 | 10010 | 0 | 1100 | 1011100 | 1101 | 110100 | 1010101 | 101111 |
Color Harmonies of #DDC212
Complementary color
Monochromatic Colors of #DDC212
Black with #DDC212
Text Example
Text Example
White with #DDC212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC212; }
p { color: rgb(221,194,18); }
H1.HeaderClassName
{
color: #DDC212;
}
.AnyTagClassName
{
color: #DDC212;
}
</style>
background-color css
<style>
a { background-color: #DDC212; }
a { background-color: rgb(221,194,18); }
div.DivClassName
{
background-color: #DDC212;
}
.BgClassName
{
background-color: #DDC212;
}
</style>
border-color css
<style>
span { border-color: #DDC212; }
span { border-color: rgb(221,194,18); }
td.TdClassName
{
border-color: #DDC212;
}
.TagClassName
{
border-color: #DDC212;
}
</style>