Shades of Sunflower #DDCE09
Tints of Sunflower #DDCE09
RGB
CMYK
RGB Variations
Color information
#DDCE09 (or 0xDDCE09) is known color: Sunflower. HEX triplet: DD, CE and 09. RGB value is (221,206,9). Sum of RGB (Red+Green+Blue) = 221+206+9=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 9 (3.91% from 255 or 2.06% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE09 is #2231F6. Grayscale: #BCBCBC. Windows color (decimal): -2241015 or 642781. OLE color: 642781.
HSL color Cylindrical-coordinate representation of color #DDCE09: hue angle of 55.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDCE09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.13 |
| HSL | 55.75º | 0.92% | 0.45% | - |
| HSV(B) | 55.75º | 0.96% | 0.87% | - |
| XYZ | 51.94 | 59.53 | 9.01 | - |
| YUV | 188.03 | 26.97 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 9 | 0 | 0.07 | 0.96 | 0.13 | 55.75 | 0.92 | 0.45 |
| Hex | DD | CE | 9 | 0 | 7 | 60 | D | 38 | 5C | 2D |
| Octal | 335 | 316 | 11 | 0 | 7 | 140 | 15 | 70 | 134 | 55 |
| Binary | 11011101 | 11001110 | 1001 | 0 | 111 | 1100000 | 1101 | 111000 | 1011100 | 101101 |
Color Harmonies of #DDCE09
Complementary color
Monochromatic Colors of #DDCE09
Black with #DDCE09
Text Example
Text Example
White with #DDCE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE09; }
p { color: rgb(221,206,9); }
H1.HeaderClassName
{
color: #DDCE09;
}
.AnyTagClassName
{
color: #DDCE09;
}
</style>
background-color css
<style>
a { background-color: #DDCE09; }
a { background-color: rgb(221,206,9); }
div.DivClassName
{
background-color: #DDCE09;
}
.BgClassName
{
background-color: #DDCE09;
}
</style>
border-color css
<style>
span { border-color: #DDCE09; }
span { border-color: rgb(221,206,9); }
td.TdClassName
{
border-color: #DDCE09;
}
.TagClassName
{
border-color: #DDCE09;
}
</style>