Shades of Sunflower #DDCE18
Tints of Sunflower #DDCE18
RGB
CMYK
RGB Variations
Color information
#DDCE18 (or 0xDDCE18) is known color: Sunflower. HEX triplet: DD, CE and 18. RGB value is (221,206,24). Sum of RGB (Red+Green+Blue) = 221+206+24=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE18 is #2231E7. Grayscale: #BEBEBE. Windows color (decimal): -2241000 or 1625821. OLE color: 1625821.
HSL color Cylindrical-coordinate representation of color #DDCE18: hue angle of 55.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDCE18 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 24 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.13 |
| HSL | 55.43º | 0.8% | 0.48% | - |
| HSV(B) | 55.43º | 0.89% | 0.87% | - |
| XYZ | 52.05 | 59.58 | 9.62 | - |
| YUV | 189.74 | 34.47 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 24 | 0 | 0.07 | 0.89 | 0.13 | 55.43 | 0.8 | 0.48 |
| Hex | DD | CE | 18 | 0 | 7 | 59 | D | 37 | 50 | 30 |
| Octal | 335 | 316 | 30 | 0 | 7 | 131 | 15 | 67 | 120 | 60 |
| Binary | 11011101 | 11001110 | 11000 | 0 | 111 | 1011001 | 1101 | 110111 | 1010000 | 110000 |
Color Harmonies of #DDCE18
Complementary color
Monochromatic Colors of #DDCE18
Black with #DDCE18
Text Example
Text Example
White with #DDCE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE18; }
p { color: rgb(221,206,24); }
H1.HeaderClassName
{
color: #DDCE18;
}
.AnyTagClassName
{
color: #DDCE18;
}
</style>
background-color css
<style>
a { background-color: #DDCE18; }
a { background-color: rgb(221,206,24); }
div.DivClassName
{
background-color: #DDCE18;
}
.BgClassName
{
background-color: #DDCE18;
}
</style>
border-color css
<style>
span { border-color: #DDCE18; }
span { border-color: rgb(221,206,24); }
td.TdClassName
{
border-color: #DDCE18;
}
.TagClassName
{
border-color: #DDCE18;
}
</style>