Shades of Sunflower #DDC822
Tints of Sunflower #DDC822
RGB
CMYK
RGB Variations
Color information
#DDC822 (or 0xDDC822) is known color: Sunflower. HEX triplet: DD, C8 and 22. RGB value is (221,200,34). Sum of RGB (Red+Green+Blue) = 221+200+34=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC822 is #2237DD. Grayscale: #BCBCBC. Windows color (decimal): -2242526 or 2279645. OLE color: 2279645.
HSL color Cylindrical-coordinate representation of color #DDC822: hue angle of 53.26º 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 #DDC822 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 34 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.13 |
| HSL | 53.26º | 0.73% | 0.5% | - |
| HSV(B) | 53.26º | 0.85% | 0.87% | - |
| XYZ | 50.76 | 56.8 | 9.8 | - |
| YUV | 187.36 | 41.46 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 34 | 0 | 0.10 | 0.85 | 0.13 | 53.26 | 0.73 | 0.5 |
| Hex | DD | C8 | 22 | 0 | A | 55 | D | 35 | 49 | 32 |
| Octal | 335 | 310 | 42 | 0 | 12 | 125 | 15 | 65 | 111 | 62 |
| Binary | 11011101 | 11001000 | 100010 | 0 | 1010 | 1010101 | 1101 | 110101 | 1001001 | 110010 |
Color Harmonies of #DDC822
Complementary color
Monochromatic Colors of #DDC822
Black with #DDC822
Text Example
Text Example
White with #DDC822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC822; }
p { color: rgb(221,200,34); }
H1.HeaderClassName
{
color: #DDC822;
}
.AnyTagClassName
{
color: #DDC822;
}
</style>
background-color css
<style>
a { background-color: #DDC822; }
a { background-color: rgb(221,200,34); }
div.DivClassName
{
background-color: #DDC822;
}
.BgClassName
{
background-color: #DDC822;
}
</style>
border-color css
<style>
span { border-color: #DDC822; }
span { border-color: rgb(221,200,34); }
td.TdClassName
{
border-color: #DDC822;
}
.TagClassName
{
border-color: #DDC822;
}
</style>