Shades of Sunflower #DDC10E
Tints of Sunflower #DDC10E
RGB
CMYK
RGB Variations
Color information
#DDC10E (or 0xDDC10E) is known color: Sunflower. HEX triplet: DD, C1 and 0E. RGB value is (221,193,14). Sum of RGB (Red+Green+Blue) = 221+193+14=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC10E is #223EF1. Grayscale: #B5B5B5. Windows color (decimal): -2244338 or 967133. OLE color: 967133.
HSL color Cylindrical-coordinate representation of color #DDC10E: hue angle of 51.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDC10E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.13 |
| HSL | 51.88º | 0.88% | 0.46% | - |
| HSV(B) | 51.88º | 0.94% | 0.87% | - |
| XYZ | 48.97 | 53.54 | 8.17 | - |
| YUV | 180.97 | 33.78 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 14 | 0 | 0.13 | 0.94 | 0.13 | 51.88 | 0.88 | 0.46 |
| Hex | DD | C1 | E | 0 | D | 5E | D | 34 | 58 | 2E |
| Octal | 335 | 301 | 16 | 0 | 15 | 136 | 15 | 64 | 130 | 56 |
| Binary | 11011101 | 11000001 | 1110 | 0 | 1101 | 1011110 | 1101 | 110100 | 1011000 | 101110 |
Color Harmonies of #DDC10E
Complementary color
Monochromatic Colors of #DDC10E
Black with #DDC10E
Text Example
Text Example
White with #DDC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC10E; }
p { color: rgb(221,193,14); }
H1.HeaderClassName
{
color: #DDC10E;
}
.AnyTagClassName
{
color: #DDC10E;
}
</style>
background-color css
<style>
a { background-color: #DDC10E; }
a { background-color: rgb(221,193,14); }
div.DivClassName
{
background-color: #DDC10E;
}
.BgClassName
{
background-color: #DDC10E;
}
</style>
border-color css
<style>
span { border-color: #DDC10E; }
span { border-color: rgb(221,193,14); }
td.TdClassName
{
border-color: #DDC10E;
}
.TagClassName
{
border-color: #DDC10E;
}
</style>