Shades of Sunflower #DDC817
Tints of Sunflower #DDC817
RGB
CMYK
RGB Variations
Color information
#DDC817 (or 0xDDC817) is known color: Sunflower. HEX triplet: DD, C8 and 17. RGB value is (221,200,23). Sum of RGB (Red+Green+Blue) = 221+200+23=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 23 (9.38% from 255 or 5.18% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC817 is #2237E8. Grayscale: #BABABA. Windows color (decimal): -2242537 or 1558749. OLE color: 1558749.
HSL color Cylindrical-coordinate representation of color #DDC817: hue angle of 53.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC817 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 23 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.13 |
| HSL | 53.64º | 0.81% | 0.48% | - |
| HSV(B) | 53.64º | 0.9% | 0.87% | - |
| XYZ | 50.63 | 56.74 | 9.09 | - |
| YUV | 186.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 23 | 0 | 0.10 | 0.90 | 0.13 | 53.64 | 0.81 | 0.48 |
| Hex | DD | C8 | 17 | 0 | A | 5A | D | 36 | 51 | 30 |
| Octal | 335 | 310 | 27 | 0 | 12 | 132 | 15 | 66 | 121 | 60 |
| Binary | 11011101 | 11001000 | 10111 | 0 | 1010 | 1011010 | 1101 | 110110 | 1010001 | 110000 |
Color Harmonies of #DDC817
Complementary color
Monochromatic Colors of #DDC817
Black with #DDC817
Text Example
Text Example
White with #DDC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC817; }
p { color: rgb(221,200,23); }
H1.HeaderClassName
{
color: #DDC817;
}
.AnyTagClassName
{
color: #DDC817;
}
</style>
background-color css
<style>
a { background-color: #DDC817; }
a { background-color: rgb(221,200,23); }
div.DivClassName
{
background-color: #DDC817;
}
.BgClassName
{
background-color: #DDC817;
}
</style>
border-color css
<style>
span { border-color: #DDC817; }
span { border-color: rgb(221,200,23); }
td.TdClassName
{
border-color: #DDC817;
}
.TagClassName
{
border-color: #DDC817;
}
</style>