Shades of Sunflower #DDC123
Tints of Sunflower #DDC123
RGB
CMYK
RGB Variations
Color information
#DDC123 (or 0xDDC123) is known color: Sunflower. HEX triplet: DD, C1 and 23. RGB value is (221,193,35). Sum of RGB (Red+Green+Blue) = 221+193+35=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC123 is #223EDC. Grayscale: #B8B8B8. Windows color (decimal): -2244317 or 2343389. OLE color: 2343389.
HSL color Cylindrical-coordinate representation of color #DDC123: hue angle of 50.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDC123 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 35 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.13 |
| HSL | 50.97º | 0.73% | 0.5% | - |
| HSV(B) | 50.97º | 0.84% | 0.87% | - |
| XYZ | 49.19 | 53.63 | 9.35 | - |
| YUV | 183.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 35 | 0 | 0.13 | 0.84 | 0.13 | 50.97 | 0.73 | 0.5 |
| Hex | DD | C1 | 23 | 0 | D | 54 | D | 33 | 49 | 32 |
| Octal | 335 | 301 | 43 | 0 | 15 | 124 | 15 | 63 | 111 | 62 |
| Binary | 11011101 | 11000001 | 100011 | 0 | 1101 | 1010100 | 1101 | 110011 | 1001001 | 110010 |
Color Harmonies of #DDC123
Complementary color
Monochromatic Colors of #DDC123
Black with #DDC123
Text Example
Text Example
White with #DDC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC123; }
p { color: rgb(221,193,35); }
H1.HeaderClassName
{
color: #DDC123;
}
.AnyTagClassName
{
color: #DDC123;
}
</style>
background-color css
<style>
a { background-color: #DDC123; }
a { background-color: rgb(221,193,35); }
div.DivClassName
{
background-color: #DDC123;
}
.BgClassName
{
background-color: #DDC123;
}
</style>
border-color css
<style>
span { border-color: #DDC123; }
span { border-color: rgb(221,193,35); }
td.TdClassName
{
border-color: #DDC123;
}
.TagClassName
{
border-color: #DDC123;
}
</style>