Shades of Sunflower #DDC522
Tints of Sunflower #DDC522
RGB
CMYK
RGB Variations
Color information
#DDC522 (or 0xDDC522) is known color: Sunflower. HEX triplet: DD, C5 and 22. RGB value is (221,197,34). Sum of RGB (Red+Green+Blue) = 221+197+34=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC522 is #223ADD. Grayscale: #BABABA. Windows color (decimal): -2243294 or 2278877. OLE color: 2278877.
HSL color Cylindrical-coordinate representation of color #DDC522: hue angle of 52.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDC522 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 34 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.13 |
| HSL | 52.3º | 0.73% | 0.5% | - |
| HSV(B) | 52.3º | 0.85% | 0.87% | - |
| XYZ | 50.07 | 55.42 | 9.57 | - |
| YUV | 185.59 | 42.45 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 34 | 0 | 0.11 | 0.85 | 0.13 | 52.3 | 0.73 | 0.5 |
| Hex | DD | C5 | 22 | 0 | B | 55 | D | 34 | 49 | 32 |
| Octal | 335 | 305 | 42 | 0 | 13 | 125 | 15 | 64 | 111 | 62 |
| Binary | 11011101 | 11000101 | 100010 | 0 | 1011 | 1010101 | 1101 | 110100 | 1001001 | 110010 |
Color Harmonies of #DDC522
Complementary color
Monochromatic Colors of #DDC522
Black with #DDC522
Text Example
Text Example
White with #DDC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC522; }
p { color: rgb(221,197,34); }
H1.HeaderClassName
{
color: #DDC522;
}
.AnyTagClassName
{
color: #DDC522;
}
</style>
background-color css
<style>
a { background-color: #DDC522; }
a { background-color: rgb(221,197,34); }
div.DivClassName
{
background-color: #DDC522;
}
.BgClassName
{
background-color: #DDC522;
}
</style>
border-color css
<style>
span { border-color: #DDC522; }
span { border-color: rgb(221,197,34); }
td.TdClassName
{
border-color: #DDC522;
}
.TagClassName
{
border-color: #DDC522;
}
</style>