Shades of Sunflower #DDC227
Tints of Sunflower #DDC227
RGB
CMYK
RGB Variations
Color information
#DDC227 (or 0xDDC227) is known color: Sunflower. HEX triplet: DD, C2 and 27. RGB value is (221,194,39). Sum of RGB (Red+Green+Blue) = 221+194+39=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC227 is #223DD8. Grayscale: #B9B9B9. Windows color (decimal): -2244057 or 2605789. OLE color: 2605789.
HSL color Cylindrical-coordinate representation of color #DDC227: hue angle of 51.1º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDC227 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 39 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.13 |
| HSL | 51.1º | 0.73% | 0.51% | - |
| HSV(B) | 51.1º | 0.82% | 0.87% | - |
| XYZ | 49.48 | 54.1 | 9.75 | - |
| YUV | 184.4 | 45.95 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 39 | 0 | 0.12 | 0.82 | 0.13 | 51.1 | 0.73 | 0.51 |
| Hex | DD | C2 | 27 | 0 | C | 52 | D | 33 | 49 | 33 |
| Octal | 335 | 302 | 47 | 0 | 14 | 122 | 15 | 63 | 111 | 63 |
| Binary | 11011101 | 11000010 | 100111 | 0 | 1100 | 1010010 | 1101 | 110011 | 1001001 | 110011 |
Color Harmonies of #DDC227
Complementary color
Monochromatic Colors of #DDC227
Black with #DDC227
Text Example
Text Example
White with #DDC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC227; }
p { color: rgb(221,194,39); }
H1.HeaderClassName
{
color: #DDC227;
}
.AnyTagClassName
{
color: #DDC227;
}
</style>
background-color css
<style>
a { background-color: #DDC227; }
a { background-color: rgb(221,194,39); }
div.DivClassName
{
background-color: #DDC227;
}
.BgClassName
{
background-color: #DDC227;
}
</style>
border-color css
<style>
span { border-color: #DDC227; }
span { border-color: rgb(221,194,39); }
td.TdClassName
{
border-color: #DDC227;
}
.TagClassName
{
border-color: #DDC227;
}
</style>