Shades of Sunflower #DDCE11
Tints of Sunflower #DDCE11
RGB
CMYK
RGB Variations
Color information
#DDCE11 (or 0xDDCE11) is known color: Sunflower. HEX triplet: DD, CE and 11. RGB value is (221,206,17). Sum of RGB (Red+Green+Blue) = 221+206+17=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE11 is #2231EE. Grayscale: #BDBDBD. Windows color (decimal): -2241007 or 1167069. OLE color: 1167069.
HSL color Cylindrical-coordinate representation of color #DDCE11: hue angle of 55.59º 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 #DDCE11 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.13 |
| HSL | 55.59º | 0.86% | 0.47% | - |
| HSV(B) | 55.59º | 0.92% | 0.87% | - |
| XYZ | 51.99 | 59.56 | 9.29 | - |
| YUV | 188.94 | 30.97 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 17 | 0 | 0.07 | 0.92 | 0.13 | 55.59 | 0.86 | 0.47 |
| Hex | DD | CE | 11 | 0 | 7 | 5C | D | 38 | 56 | 2F |
| Octal | 335 | 316 | 21 | 0 | 7 | 134 | 15 | 70 | 126 | 57 |
| Binary | 11011101 | 11001110 | 10001 | 0 | 111 | 1011100 | 1101 | 111000 | 1010110 | 101111 |
Color Harmonies of #DDCE11
Complementary color
Monochromatic Colors of #DDCE11
Black with #DDCE11
Text Example
Text Example
White with #DDCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE11; }
p { color: rgb(221,206,17); }
H1.HeaderClassName
{
color: #DDCE11;
}
.AnyTagClassName
{
color: #DDCE11;
}
</style>
background-color css
<style>
a { background-color: #DDCE11; }
a { background-color: rgb(221,206,17); }
div.DivClassName
{
background-color: #DDCE11;
}
.BgClassName
{
background-color: #DDCE11;
}
</style>
border-color css
<style>
span { border-color: #DDCE11; }
span { border-color: rgb(221,206,17); }
td.TdClassName
{
border-color: #DDCE11;
}
.TagClassName
{
border-color: #DDCE11;
}
</style>