Shades of Sunflower #DDC215
Tints of Sunflower #DDC215
RGB
CMYK
RGB Variations
Color information
#DDC215 (or 0xDDC215) is known color: Sunflower. HEX triplet: DD, C2 and 15. RGB value is (221,194,21). Sum of RGB (Red+Green+Blue) = 221+194+21=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC215 is #223DEA. Grayscale: #B7B7B7. Windows color (decimal): -2244075 or 1426141. OLE color: 1426141.
HSL color Cylindrical-coordinate representation of color #DDC215: hue angle of 51.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC215 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 21 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.13 |
| HSL | 51.9º | 0.83% | 0.47% | - |
| HSV(B) | 51.9º | 0.9% | 0.87% | - |
| XYZ | 49.25 | 54.01 | 8.54 | - |
| YUV | 182.35 | 36.95 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 21 | 0 | 0.12 | 0.90 | 0.13 | 51.9 | 0.83 | 0.47 |
| Hex | DD | C2 | 15 | 0 | C | 5A | D | 34 | 53 | 2F |
| Octal | 335 | 302 | 25 | 0 | 14 | 132 | 15 | 64 | 123 | 57 |
| Binary | 11011101 | 11000010 | 10101 | 0 | 1100 | 1011010 | 1101 | 110100 | 1010011 | 101111 |
Color Harmonies of #DDC215
Complementary color
Monochromatic Colors of #DDC215
Black with #DDC215
Text Example
Text Example
White with #DDC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC215; }
p { color: rgb(221,194,21); }
H1.HeaderClassName
{
color: #DDC215;
}
.AnyTagClassName
{
color: #DDC215;
}
</style>
background-color css
<style>
a { background-color: #DDC215; }
a { background-color: rgb(221,194,21); }
div.DivClassName
{
background-color: #DDC215;
}
.BgClassName
{
background-color: #DDC215;
}
</style>
border-color css
<style>
span { border-color: #DDC215; }
span { border-color: rgb(221,194,21); }
td.TdClassName
{
border-color: #DDC215;
}
.TagClassName
{
border-color: #DDC215;
}
</style>