Shades of Sunflower #DDC10F
Tints of Sunflower #DDC10F
RGB
CMYK
RGB Variations
Color information
#DDC10F (or 0xDDC10F) is known color: Sunflower. HEX triplet: DD, C1 and 0F. RGB value is (221,193,15). Sum of RGB (Red+Green+Blue) = 221+193+15=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC10F is #223EF0. Grayscale: #B5B5B5. Windows color (decimal): -2244337 or 1032669. OLE color: 1032669.
HSL color Cylindrical-coordinate representation of color #DDC10F: hue angle of 51.84º 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 #DDC10F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.13 |
| HSL | 51.84º | 0.87% | 0.46% | - |
| HSV(B) | 51.84º | 0.93% | 0.87% | - |
| XYZ | 48.97 | 53.55 | 8.21 | - |
| YUV | 181.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 15 | 0 | 0.13 | 0.93 | 0.13 | 51.84 | 0.87 | 0.46 |
| Hex | DD | C1 | F | 0 | D | 5D | D | 34 | 57 | 2E |
| Octal | 335 | 301 | 17 | 0 | 15 | 135 | 15 | 64 | 127 | 56 |
| Binary | 11011101 | 11000001 | 1111 | 0 | 1101 | 1011101 | 1101 | 110100 | 1010111 | 101110 |
Color Harmonies of #DDC10F
Complementary color
Monochromatic Colors of #DDC10F
Black with #DDC10F
Text Example
Text Example
White with #DDC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC10F; }
p { color: rgb(221,193,15); }
H1.HeaderClassName
{
color: #DDC10F;
}
.AnyTagClassName
{
color: #DDC10F;
}
</style>
background-color css
<style>
a { background-color: #DDC10F; }
a { background-color: rgb(221,193,15); }
div.DivClassName
{
background-color: #DDC10F;
}
.BgClassName
{
background-color: #DDC10F;
}
</style>
border-color css
<style>
span { border-color: #DDC10F; }
span { border-color: rgb(221,193,15); }
td.TdClassName
{
border-color: #DDC10F;
}
.TagClassName
{
border-color: #DDC10F;
}
</style>