Shades of Sunflower #DDC722
Tints of Sunflower #DDC722
RGB
CMYK
RGB Variations
Color information
#DDC722 (or 0xDDC722) is known color: Sunflower. HEX triplet: DD, C7 and 22. RGB value is (221,199,34). Sum of RGB (Red+Green+Blue) = 221+199+34=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC722 is #2238DD. Grayscale: #BBBBBB. Windows color (decimal): -2242782 or 2279389. OLE color: 2279389.
HSL color Cylindrical-coordinate representation of color #DDC722: hue angle of 52.94º 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 #DDC722 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 34 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.13 |
| HSL | 52.94º | 0.73% | 0.5% | - |
| HSV(B) | 52.94º | 0.85% | 0.87% | - |
| XYZ | 50.53 | 56.33 | 9.72 | - |
| YUV | 186.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 34 | 0 | 0.10 | 0.85 | 0.13 | 52.94 | 0.73 | 0.5 |
| Hex | DD | C7 | 22 | 0 | A | 55 | D | 35 | 49 | 32 |
| Octal | 335 | 307 | 42 | 0 | 12 | 125 | 15 | 65 | 111 | 62 |
| Binary | 11011101 | 11000111 | 100010 | 0 | 1010 | 1010101 | 1101 | 110101 | 1001001 | 110010 |
Color Harmonies of #DDC722
Complementary color
Monochromatic Colors of #DDC722
Black with #DDC722
Text Example
Text Example
White with #DDC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC722; }
p { color: rgb(221,199,34); }
H1.HeaderClassName
{
color: #DDC722;
}
.AnyTagClassName
{
color: #DDC722;
}
</style>
background-color css
<style>
a { background-color: #DDC722; }
a { background-color: rgb(221,199,34); }
div.DivClassName
{
background-color: #DDC722;
}
.BgClassName
{
background-color: #DDC722;
}
</style>
border-color css
<style>
span { border-color: #DDC722; }
span { border-color: rgb(221,199,34); }
td.TdClassName
{
border-color: #DDC722;
}
.TagClassName
{
border-color: #DDC722;
}
</style>