Shades of Sunflower #DDCE10
Tints of Sunflower #DDCE10
RGB
CMYK
RGB Variations
Color information
#DDCE10 (or 0xDDCE10) is known color: Sunflower. HEX triplet: DD, CE and 10. RGB value is (221,206,16). Sum of RGB (Red+Green+Blue) = 221+206+16=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE10 is #2231EF. Grayscale: #BDBDBD. Windows color (decimal): -2241008 or 1101533. OLE color: 1101533.
HSL color Cylindrical-coordinate representation of color #DDCE10: hue angle of 55.61º 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 #DDCE10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.13 |
| HSL | 55.61º | 0.86% | 0.46% | - |
| HSV(B) | 55.61º | 0.93% | 0.87% | - |
| XYZ | 51.98 | 59.55 | 9.25 | - |
| YUV | 188.83 | 30.47 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 16 | 0 | 0.07 | 0.93 | 0.13 | 55.61 | 0.86 | 0.46 |
| Hex | DD | CE | 10 | 0 | 7 | 5D | D | 38 | 56 | 2E |
| Octal | 335 | 316 | 20 | 0 | 7 | 135 | 15 | 70 | 126 | 56 |
| Binary | 11011101 | 11001110 | 10000 | 0 | 111 | 1011101 | 1101 | 111000 | 1010110 | 101110 |
Color Harmonies of #DDCE10
Complementary color
Monochromatic Colors of #DDCE10
Black with #DDCE10
Text Example
Text Example
White with #DDCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE10; }
p { color: rgb(221,206,16); }
H1.HeaderClassName
{
color: #DDCE10;
}
.AnyTagClassName
{
color: #DDCE10;
}
</style>
background-color css
<style>
a { background-color: #DDCE10; }
a { background-color: rgb(221,206,16); }
div.DivClassName
{
background-color: #DDCE10;
}
.BgClassName
{
background-color: #DDCE10;
}
</style>
border-color css
<style>
span { border-color: #DDCE10; }
span { border-color: rgb(221,206,16); }
td.TdClassName
{
border-color: #DDCE10;
}
.TagClassName
{
border-color: #DDCE10;
}
</style>