Shades of Sunflower #DDC226
Tints of Sunflower #DDC226
RGB
CMYK
RGB Variations
Color information
#DDC226 (or 0xDDC226) is known color: Sunflower. HEX triplet: DD, C2 and 26. RGB value is (221,194,38). Sum of RGB (Red+Green+Blue) = 221+194+38=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC226 is #223DD9. Grayscale: #B8B8B8. Windows color (decimal): -2244058 or 2540253. OLE color: 2540253.
HSL color Cylindrical-coordinate representation of color #DDC226: hue angle of 51.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDC226 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 38 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.13 |
| HSL | 51.15º | 0.73% | 0.51% | - |
| HSV(B) | 51.15º | 0.83% | 0.87% | - |
| XYZ | 49.46 | 54.1 | 9.67 | - |
| YUV | 184.29 | 45.45 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 38 | 0 | 0.12 | 0.83 | 0.13 | 51.15 | 0.73 | 0.51 |
| Hex | DD | C2 | 26 | 0 | C | 53 | D | 33 | 49 | 33 |
| Octal | 335 | 302 | 46 | 0 | 14 | 123 | 15 | 63 | 111 | 63 |
| Binary | 11011101 | 11000010 | 100110 | 0 | 1100 | 1010011 | 1101 | 110011 | 1001001 | 110011 |
Color Harmonies of #DDC226
Complementary color
Monochromatic Colors of #DDC226
Black with #DDC226
Text Example
Text Example
White with #DDC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC226; }
p { color: rgb(221,194,38); }
H1.HeaderClassName
{
color: #DDC226;
}
.AnyTagClassName
{
color: #DDC226;
}
</style>
background-color css
<style>
a { background-color: #DDC226; }
a { background-color: rgb(221,194,38); }
div.DivClassName
{
background-color: #DDC226;
}
.BgClassName
{
background-color: #DDC226;
}
</style>
border-color css
<style>
span { border-color: #DDC226; }
span { border-color: rgb(221,194,38); }
td.TdClassName
{
border-color: #DDC226;
}
.TagClassName
{
border-color: #DDC226;
}
</style>