Shades of Sunflower #DDD010
Tints of Sunflower #DDD010
RGB
CMYK
RGB Variations
Color information
#DDD010 (or 0xDDD010) is known color: Sunflower. HEX triplet: DD, D0 and 10. RGB value is (221,208,16). Sum of RGB (Red+Green+Blue) = 221+208+16=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD010 is #222FEF. Grayscale: #BEBEBE. Windows color (decimal): -2240496 or 1102045. OLE color: 1102045.
HSL color Cylindrical-coordinate representation of color #DDD010: hue angle of 56.2º degrees, saturation: 0.86, 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 #DDD010 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.13 |
| HSL | 56.2º | 0.86% | 0.46% | - |
| HSV(B) | 56.2º | 0.93% | 0.87% | - |
| XYZ | 52.47 | 60.52 | 9.41 | - |
| YUV | 190 | 29.81 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 16 | 0 | 0.06 | 0.93 | 0.13 | 56.2 | 0.86 | 0.46 |
| Hex | DD | D0 | 10 | 0 | 6 | 5D | D | 38 | 56 | 2E |
| Octal | 335 | 320 | 20 | 0 | 6 | 135 | 15 | 70 | 126 | 56 |
| Binary | 11011101 | 11010000 | 10000 | 0 | 110 | 1011101 | 1101 | 111000 | 1010110 | 101110 |
Color Harmonies of #DDD010
Complementary color
Monochromatic Colors of #DDD010
Black with #DDD010
Text Example
Text Example
White with #DDD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD010; }
p { color: rgb(221,208,16); }
H1.HeaderClassName
{
color: #DDD010;
}
.AnyTagClassName
{
color: #DDD010;
}
</style>
background-color css
<style>
a { background-color: #DDD010; }
a { background-color: rgb(221,208,16); }
div.DivClassName
{
background-color: #DDD010;
}
.BgClassName
{
background-color: #DDD010;
}
</style>
border-color css
<style>
span { border-color: #DDD010; }
span { border-color: rgb(221,208,16); }
td.TdClassName
{
border-color: #DDD010;
}
.TagClassName
{
border-color: #DDD010;
}
</style>