Shades of Sunflower #DDC21E
Tints of Sunflower #DDC21E
RGB
CMYK
RGB Variations
Color information
#DDC21E (or 0xDDC21E) is known color: Sunflower. HEX triplet: DD, C2 and 1E. RGB value is (221,194,30). Sum of RGB (Red+Green+Blue) = 221+194+30=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC21E is #223DE1. Grayscale: #B8B8B8. Windows color (decimal): -2244066 or 2015965. OLE color: 2015965.
HSL color Cylindrical-coordinate representation of color #DDC21E: hue angle of 51.52º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDC21E is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 30 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.13 |
| HSL | 51.52º | 0.76% | 0.49% | - |
| HSV(B) | 51.52º | 0.86% | 0.87% | - |
| XYZ | 49.34 | 54.05 | 9.06 | - |
| YUV | 183.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 30 | 0 | 0.12 | 0.86 | 0.13 | 51.52 | 0.76 | 0.49 |
| Hex | DD | C2 | 1E | 0 | C | 56 | D | 34 | 4C | 31 |
| Octal | 335 | 302 | 36 | 0 | 14 | 126 | 15 | 64 | 114 | 61 |
| Binary | 11011101 | 11000010 | 11110 | 0 | 1100 | 1010110 | 1101 | 110100 | 1001100 | 110001 |
Color Harmonies of #DDC21E
Complementary color
Monochromatic Colors of #DDC21E
Black with #DDC21E
Text Example
Text Example
White with #DDC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC21E; }
p { color: rgb(221,194,30); }
H1.HeaderClassName
{
color: #DDC21E;
}
.AnyTagClassName
{
color: #DDC21E;
}
</style>
background-color css
<style>
a { background-color: #DDC21E; }
a { background-color: rgb(221,194,30); }
div.DivClassName
{
background-color: #DDC21E;
}
.BgClassName
{
background-color: #DDC21E;
}
</style>
border-color css
<style>
span { border-color: #DDC21E; }
span { border-color: rgb(221,194,30); }
td.TdClassName
{
border-color: #DDC21E;
}
.TagClassName
{
border-color: #DDC21E;
}
</style>