Shades of Sunflower #DDC40F
Tints of Sunflower #DDC40F
RGB
CMYK
RGB Variations
Color information
#DDC40F (or 0xDDC40F) is known color: Sunflower. HEX triplet: DD, C4 and 0F. RGB value is (221,196,15). Sum of RGB (Red+Green+Blue) = 221+196+15=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC40F is #223BF0. Grayscale: #B7B7B7. Windows color (decimal): -2243569 or 1033437. OLE color: 1033437.
HSL color Cylindrical-coordinate representation of color #DDC40F: hue angle of 52.72º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDC40F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.13 |
| HSL | 52.72º | 0.87% | 0.46% | - |
| HSV(B) | 52.72º | 0.93% | 0.87% | - |
| XYZ | 49.64 | 54.89 | 8.43 | - |
| YUV | 182.84 | 33.28 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 15 | 0 | 0.11 | 0.93 | 0.13 | 52.72 | 0.87 | 0.46 |
| Hex | DD | C4 | F | 0 | B | 5D | D | 35 | 57 | 2E |
| Octal | 335 | 304 | 17 | 0 | 13 | 135 | 15 | 65 | 127 | 56 |
| Binary | 11011101 | 11000100 | 1111 | 0 | 1011 | 1011101 | 1101 | 110101 | 1010111 | 101110 |
Color Harmonies of #DDC40F
Complementary color
Monochromatic Colors of #DDC40F
Black with #DDC40F
Text Example
Text Example
White with #DDC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC40F; }
p { color: rgb(221,196,15); }
H1.HeaderClassName
{
color: #DDC40F;
}
.AnyTagClassName
{
color: #DDC40F;
}
</style>
background-color css
<style>
a { background-color: #DDC40F; }
a { background-color: rgb(221,196,15); }
div.DivClassName
{
background-color: #DDC40F;
}
.BgClassName
{
background-color: #DDC40F;
}
</style>
border-color css
<style>
span { border-color: #DDC40F; }
span { border-color: rgb(221,196,15); }
td.TdClassName
{
border-color: #DDC40F;
}
.TagClassName
{
border-color: #DDC40F;
}
</style>