Shades of Sunflower #DDC622
Tints of Sunflower #DDC622
RGB
CMYK
RGB Variations
Color information
#DDC622 (or 0xDDC622) is known color: Sunflower. HEX triplet: DD, C6 and 22. RGB value is (221,198,34). Sum of RGB (Red+Green+Blue) = 221+198+34=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC622 is #2239DD. Grayscale: #BABABA. Windows color (decimal): -2243038 or 2279133. OLE color: 2279133.
HSL color Cylindrical-coordinate representation of color #DDC622: hue angle of 52.62º 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 #DDC622 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 34 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.13 |
| HSL | 52.62º | 0.73% | 0.5% | - |
| HSV(B) | 52.62º | 0.85% | 0.87% | - |
| XYZ | 50.3 | 55.88 | 9.65 | - |
| YUV | 186.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 34 | 0 | 0.10 | 0.85 | 0.13 | 52.62 | 0.73 | 0.5 |
| Hex | DD | C6 | 22 | 0 | A | 55 | D | 35 | 49 | 32 |
| Octal | 335 | 306 | 42 | 0 | 12 | 125 | 15 | 65 | 111 | 62 |
| Binary | 11011101 | 11000110 | 100010 | 0 | 1010 | 1010101 | 1101 | 110101 | 1001001 | 110010 |
Color Harmonies of #DDC622
Complementary color
Monochromatic Colors of #DDC622
Black with #DDC622
Text Example
Text Example
White with #DDC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC622; }
p { color: rgb(221,198,34); }
H1.HeaderClassName
{
color: #DDC622;
}
.AnyTagClassName
{
color: #DDC622;
}
</style>
background-color css
<style>
a { background-color: #DDC622; }
a { background-color: rgb(221,198,34); }
div.DivClassName
{
background-color: #DDC622;
}
.BgClassName
{
background-color: #DDC622;
}
</style>
border-color css
<style>
span { border-color: #DDC622; }
span { border-color: rgb(221,198,34); }
td.TdClassName
{
border-color: #DDC622;
}
.TagClassName
{
border-color: #DDC622;
}
</style>