Shades of Sunflower #DDC41C
Tints of Sunflower #DDC41C
RGB
CMYK
RGB Variations
Color information
#DDC41C (or 0xDDC41C) is known color: Sunflower. HEX triplet: DD, C4 and 1C. RGB value is (221,196,28). Sum of RGB (Red+Green+Blue) = 221+196+28=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC41C is #223BE3. Grayscale: #B9B9B9. Windows color (decimal): -2243556 or 1885405. OLE color: 1885405.
HSL color Cylindrical-coordinate representation of color #DDC41C: hue angle of 52.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDC41C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 28 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.13 |
| HSL | 52.23º | 0.78% | 0.49% | - |
| HSV(B) | 52.23º | 0.87% | 0.87% | - |
| XYZ | 49.77 | 54.94 | 9.08 | - |
| YUV | 184.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 28 | 0 | 0.11 | 0.87 | 0.13 | 52.23 | 0.78 | 0.49 |
| Hex | DD | C4 | 1C | 0 | B | 57 | D | 34 | 4E | 31 |
| Octal | 335 | 304 | 34 | 0 | 13 | 127 | 15 | 64 | 116 | 61 |
| Binary | 11011101 | 11000100 | 11100 | 0 | 1011 | 1010111 | 1101 | 110100 | 1001110 | 110001 |
Color Harmonies of #DDC41C
Complementary color
Monochromatic Colors of #DDC41C
Black with #DDC41C
Text Example
Text Example
White with #DDC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC41C; }
p { color: rgb(221,196,28); }
H1.HeaderClassName
{
color: #DDC41C;
}
.AnyTagClassName
{
color: #DDC41C;
}
</style>
background-color css
<style>
a { background-color: #DDC41C; }
a { background-color: rgb(221,196,28); }
div.DivClassName
{
background-color: #DDC41C;
}
.BgClassName
{
background-color: #DDC41C;
}
</style>
border-color css
<style>
span { border-color: #DDC41C; }
span { border-color: rgb(221,196,28); }
td.TdClassName
{
border-color: #DDC41C;
}
.TagClassName
{
border-color: #DDC41C;
}
</style>