Shades of Sunflower #DDC426
Tints of Sunflower #DDC426
RGB
CMYK
RGB Variations
Color information
#DDC426 (or 0xDDC426) is known color: Sunflower. HEX triplet: DD, C4 and 26. RGB value is (221,196,38). Sum of RGB (Red+Green+Blue) = 221+196+38=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC426 is #223BD9. Grayscale: #BABABA. Windows color (decimal): -2243546 or 2540765. OLE color: 2540765.
HSL color Cylindrical-coordinate representation of color #DDC426: hue angle of 51.8º 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 #DDC426 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 38 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.13 |
| HSL | 51.8º | 0.73% | 0.51% | - |
| HSV(B) | 51.8º | 0.83% | 0.87% | - |
| XYZ | 49.91 | 54.99 | 9.82 | - |
| YUV | 185.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 38 | 0 | 0.11 | 0.83 | 0.13 | 51.8 | 0.73 | 0.51 |
| Hex | DD | C4 | 26 | 0 | B | 53 | D | 34 | 49 | 33 |
| Octal | 335 | 304 | 46 | 0 | 13 | 123 | 15 | 64 | 111 | 63 |
| Binary | 11011101 | 11000100 | 100110 | 0 | 1011 | 1010011 | 1101 | 110100 | 1001001 | 110011 |
Color Harmonies of #DDC426
Complementary color
Monochromatic Colors of #DDC426
Black with #DDC426
Text Example
Text Example
White with #DDC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC426; }
p { color: rgb(221,196,38); }
H1.HeaderClassName
{
color: #DDC426;
}
.AnyTagClassName
{
color: #DDC426;
}
</style>
background-color css
<style>
a { background-color: #DDC426; }
a { background-color: rgb(221,196,38); }
div.DivClassName
{
background-color: #DDC426;
}
.BgClassName
{
background-color: #DDC426;
}
</style>
border-color css
<style>
span { border-color: #DDC426; }
span { border-color: rgb(221,196,38); }
td.TdClassName
{
border-color: #DDC426;
}
.TagClassName
{
border-color: #DDC426;
}
</style>