Shades of Sunflower #DDC216
Tints of Sunflower #DDC216
RGB
CMYK
RGB Variations
Color information
#DDC216 (or 0xDDC216) is known color: Sunflower. HEX triplet: DD, C2 and 16. RGB value is (221,194,22). Sum of RGB (Red+Green+Blue) = 221+194+22=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC216 is #223DE9. Grayscale: #B7B7B7. Windows color (decimal): -2244074 or 1491677. OLE color: 1491677.
HSL color Cylindrical-coordinate representation of color #DDC216: hue angle of 51.86º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC216 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.13 |
| HSL | 51.86º | 0.82% | 0.48% | - |
| HSV(B) | 51.86º | 0.9% | 0.87% | - |
| XYZ | 49.26 | 54.01 | 8.59 | - |
| YUV | 182.47 | 37.45 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 22 | 0 | 0.12 | 0.90 | 0.13 | 51.86 | 0.82 | 0.48 |
| Hex | DD | C2 | 16 | 0 | C | 5A | D | 34 | 52 | 30 |
| Octal | 335 | 302 | 26 | 0 | 14 | 132 | 15 | 64 | 122 | 60 |
| Binary | 11011101 | 11000010 | 10110 | 0 | 1100 | 1011010 | 1101 | 110100 | 1010010 | 110000 |
Color Harmonies of #DDC216
Complementary color
Monochromatic Colors of #DDC216
Black with #DDC216
Text Example
Text Example
White with #DDC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC216; }
p { color: rgb(221,194,22); }
H1.HeaderClassName
{
color: #DDC216;
}
.AnyTagClassName
{
color: #DDC216;
}
</style>
background-color css
<style>
a { background-color: #DDC216; }
a { background-color: rgb(221,194,22); }
div.DivClassName
{
background-color: #DDC216;
}
.BgClassName
{
background-color: #DDC216;
}
</style>
border-color css
<style>
span { border-color: #DDC216; }
span { border-color: rgb(221,194,22); }
td.TdClassName
{
border-color: #DDC216;
}
.TagClassName
{
border-color: #DDC216;
}
</style>