Shades of Sunflower #DDC41F
Tints of Sunflower #DDC41F
RGB
CMYK
RGB Variations
Color information
#DDC41F (or 0xDDC41F) is known color: Sunflower. HEX triplet: DD, C4 and 1F. RGB value is (221,196,31). Sum of RGB (Red+Green+Blue) = 221+196+31=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC41F is #223BE0. Grayscale: #B9B9B9. Windows color (decimal): -2243553 or 2082013. OLE color: 2082013.
HSL color Cylindrical-coordinate representation of color #DDC41F: hue angle of 52.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDC41F is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 31 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.13 |
| HSL | 52.11º | 0.75% | 0.49% | - |
| HSV(B) | 52.11º | 0.86% | 0.87% | - |
| XYZ | 49.81 | 54.95 | 9.28 | - |
| YUV | 184.67 | 41.28 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 31 | 0 | 0.11 | 0.86 | 0.13 | 52.11 | 0.75 | 0.49 |
| Hex | DD | C4 | 1F | 0 | B | 56 | D | 34 | 4B | 31 |
| Octal | 335 | 304 | 37 | 0 | 13 | 126 | 15 | 64 | 113 | 61 |
| Binary | 11011101 | 11000100 | 11111 | 0 | 1011 | 1010110 | 1101 | 110100 | 1001011 | 110001 |
Color Harmonies of #DDC41F
Complementary color
Monochromatic Colors of #DDC41F
Black with #DDC41F
Text Example
Text Example
White with #DDC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC41F; }
p { color: rgb(221,196,31); }
H1.HeaderClassName
{
color: #DDC41F;
}
.AnyTagClassName
{
color: #DDC41F;
}
</style>
background-color css
<style>
a { background-color: #DDC41F; }
a { background-color: rgb(221,196,31); }
div.DivClassName
{
background-color: #DDC41F;
}
.BgClassName
{
background-color: #DDC41F;
}
</style>
border-color css
<style>
span { border-color: #DDC41F; }
span { border-color: rgb(221,196,31); }
td.TdClassName
{
border-color: #DDC41F;
}
.TagClassName
{
border-color: #DDC41F;
}
</style>