Shades of Sunflower #DDC00F
Tints of Sunflower #DDC00F
RGB
CMYK
RGB Variations
Color information
#DDC00F (or 0xDDC00F) is known color: Sunflower. HEX triplet: DD, C0 and 0F. RGB value is (221,192,15). Sum of RGB (Red+Green+Blue) = 221+192+15=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC00F is #223FF0. Grayscale: #B5B5B5. Windows color (decimal): -2244593 or 1032413. OLE color: 1032413.
HSL color Cylindrical-coordinate representation of color #DDC00F: hue angle of 51.55º 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 #DDC00F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.13 |
| HSL | 51.55º | 0.87% | 0.46% | - |
| HSV(B) | 51.55º | 0.93% | 0.87% | - |
| XYZ | 48.75 | 53.11 | 8.13 | - |
| YUV | 180.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 15 | 0 | 0.13 | 0.93 | 0.13 | 51.55 | 0.87 | 0.46 |
| Hex | DD | C0 | F | 0 | D | 5D | D | 34 | 57 | 2E |
| Octal | 335 | 300 | 17 | 0 | 15 | 135 | 15 | 64 | 127 | 56 |
| Binary | 11011101 | 11000000 | 1111 | 0 | 1101 | 1011101 | 1101 | 110100 | 1010111 | 101110 |
Color Harmonies of #DDC00F
Complementary color
Monochromatic Colors of #DDC00F
Black with #DDC00F
Text Example
Text Example
White with #DDC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC00F; }
p { color: rgb(221,192,15); }
H1.HeaderClassName
{
color: #DDC00F;
}
.AnyTagClassName
{
color: #DDC00F;
}
</style>
background-color css
<style>
a { background-color: #DDC00F; }
a { background-color: rgb(221,192,15); }
div.DivClassName
{
background-color: #DDC00F;
}
.BgClassName
{
background-color: #DDC00F;
}
</style>
border-color css
<style>
span { border-color: #DDC00F; }
span { border-color: rgb(221,192,15); }
td.TdClassName
{
border-color: #DDC00F;
}
.TagClassName
{
border-color: #DDC00F;
}
</style>