Shades of Sunflower #DDD011
Tints of Sunflower #DDD011
RGB
CMYK
RGB Variations
Color information
#DDD011 (or 0xDDD011) is known color: Sunflower. HEX triplet: DD, D0 and 11. RGB value is (221,208,17). Sum of RGB (Red+Green+Blue) = 221+208+17=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD011 is #222FEE. Grayscale: #BEBEBE. Windows color (decimal): -2240495 or 1167581. OLE color: 1167581.
HSL color Cylindrical-coordinate representation of color #DDD011: hue angle of 56.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDD011 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 17 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.13 |
| HSL | 56.18º | 0.86% | 0.47% | - |
| HSV(B) | 56.18º | 0.92% | 0.87% | - |
| XYZ | 52.48 | 60.52 | 9.45 | - |
| YUV | 190.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 17 | 0 | 0.06 | 0.92 | 0.13 | 56.18 | 0.86 | 0.47 |
| Hex | DD | D0 | 11 | 0 | 6 | 5C | D | 38 | 56 | 2F |
| Octal | 335 | 320 | 21 | 0 | 6 | 134 | 15 | 70 | 126 | 57 |
| Binary | 11011101 | 11010000 | 10001 | 0 | 110 | 1011100 | 1101 | 111000 | 1010110 | 101111 |
Color Harmonies of #DDD011
Complementary color
Monochromatic Colors of #DDD011
Black with #DDD011
Text Example
Text Example
White with #DDD011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD011; }
p { color: rgb(221,208,17); }
H1.HeaderClassName
{
color: #DDD011;
}
.AnyTagClassName
{
color: #DDD011;
}
</style>
background-color css
<style>
a { background-color: #DDD011; }
a { background-color: rgb(221,208,17); }
div.DivClassName
{
background-color: #DDD011;
}
.BgClassName
{
background-color: #DDD011;
}
</style>
border-color css
<style>
span { border-color: #DDD011; }
span { border-color: rgb(221,208,17); }
td.TdClassName
{
border-color: #DDD011;
}
.TagClassName
{
border-color: #DDD011;
}
</style>