Shades of Sunflower #DDD00F
Tints of Sunflower #DDD00F
RGB
CMYK
RGB Variations
Color information
#DDD00F (or 0xDDD00F) is known color: Sunflower. HEX triplet: DD, D0 and 0F. RGB value is (221,208,15). Sum of RGB (Red+Green+Blue) = 221+208+15=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD00F is #222FF0. Grayscale: #BEBEBE. Windows color (decimal): -2240497 or 1036509. OLE color: 1036509.
HSL color Cylindrical-coordinate representation of color #DDD00F: hue angle of 56.21º 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 #DDD00F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 15 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.13 |
| HSL | 56.21º | 0.87% | 0.46% | - |
| HSV(B) | 56.21º | 0.93% | 0.87% | - |
| XYZ | 52.46 | 60.52 | 9.37 | - |
| YUV | 189.89 | 29.31 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 15 | 0 | 0.06 | 0.93 | 0.13 | 56.21 | 0.87 | 0.46 |
| Hex | DD | D0 | F | 0 | 6 | 5D | D | 38 | 57 | 2E |
| Octal | 335 | 320 | 17 | 0 | 6 | 135 | 15 | 70 | 127 | 56 |
| Binary | 11011101 | 11010000 | 1111 | 0 | 110 | 1011101 | 1101 | 111000 | 1010111 | 101110 |
Color Harmonies of #DDD00F
Complementary color
Monochromatic Colors of #DDD00F
Black with #DDD00F
Text Example
Text Example
White with #DDD00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD00F; }
p { color: rgb(221,208,15); }
H1.HeaderClassName
{
color: #DDD00F;
}
.AnyTagClassName
{
color: #DDD00F;
}
</style>
background-color css
<style>
a { background-color: #DDD00F; }
a { background-color: rgb(221,208,15); }
div.DivClassName
{
background-color: #DDD00F;
}
.BgClassName
{
background-color: #DDD00F;
}
</style>
border-color css
<style>
span { border-color: #DDD00F; }
span { border-color: rgb(221,208,15); }
td.TdClassName
{
border-color: #DDD00F;
}
.TagClassName
{
border-color: #DDD00F;
}
</style>