Shades of Sunflower #DDC50F
Tints of Sunflower #DDC50F
RGB
CMYK
RGB Variations
Color information
#DDC50F (or 0xDDC50F) is known color: Sunflower. HEX triplet: DD, C5 and 0F. RGB value is (221,197,15). Sum of RGB (Red+Green+Blue) = 221+197+15=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC50F is #223AF0. Grayscale: #B8B8B8. Windows color (decimal): -2243313 or 1033693. OLE color: 1033693.
HSL color Cylindrical-coordinate representation of color #DDC50F: hue angle of 53.01º 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 #DDC50F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.13 |
| HSL | 53.01º | 0.87% | 0.46% | - |
| HSV(B) | 53.01º | 0.93% | 0.87% | - |
| XYZ | 49.87 | 55.34 | 8.5 | - |
| YUV | 183.43 | 32.95 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 15 | 0 | 0.11 | 0.93 | 0.13 | 53.01 | 0.87 | 0.46 |
| Hex | DD | C5 | F | 0 | B | 5D | D | 35 | 57 | 2E |
| Octal | 335 | 305 | 17 | 0 | 13 | 135 | 15 | 65 | 127 | 56 |
| Binary | 11011101 | 11000101 | 1111 | 0 | 1011 | 1011101 | 1101 | 110101 | 1010111 | 101110 |
Color Harmonies of #DDC50F
Complementary color
Monochromatic Colors of #DDC50F
Black with #DDC50F
Text Example
Text Example
White with #DDC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC50F; }
p { color: rgb(221,197,15); }
H1.HeaderClassName
{
color: #DDC50F;
}
.AnyTagClassName
{
color: #DDC50F;
}
</style>
background-color css
<style>
a { background-color: #DDC50F; }
a { background-color: rgb(221,197,15); }
div.DivClassName
{
background-color: #DDC50F;
}
.BgClassName
{
background-color: #DDC50F;
}
</style>
border-color css
<style>
span { border-color: #DDC50F; }
span { border-color: rgb(221,197,15); }
td.TdClassName
{
border-color: #DDC50F;
}
.TagClassName
{
border-color: #DDC50F;
}
</style>