Shades of Sunflower #DDCE0F
Tints of Sunflower #DDCE0F
RGB
CMYK
RGB Variations
Color information
#DDCE0F (or 0xDDCE0F) is known color: Sunflower. HEX triplet: DD, CE and 0F. RGB value is (221,206,15). Sum of RGB (Red+Green+Blue) = 221+206+15=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE0F is #2231F0. Grayscale: #BDBDBD. Windows color (decimal): -2241009 or 1035997. OLE color: 1035997.
HSL color Cylindrical-coordinate representation of color #DDCE0F: hue angle of 55.63º degrees, saturation: 0.87, 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 #DDCE0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.13 |
| HSL | 55.63º | 0.87% | 0.46% | - |
| HSV(B) | 55.63º | 0.93% | 0.87% | - |
| XYZ | 51.98 | 59.55 | 9.21 | - |
| YUV | 188.71 | 29.97 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 15 | 0 | 0.07 | 0.93 | 0.13 | 55.63 | 0.87 | 0.46 |
| Hex | DD | CE | F | 0 | 7 | 5D | D | 38 | 57 | 2E |
| Octal | 335 | 316 | 17 | 0 | 7 | 135 | 15 | 70 | 127 | 56 |
| Binary | 11011101 | 11001110 | 1111 | 0 | 111 | 1011101 | 1101 | 111000 | 1010111 | 101110 |
Color Harmonies of #DDCE0F
Complementary color
Monochromatic Colors of #DDCE0F
Black with #DDCE0F
Text Example
Text Example
White with #DDCE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE0F; }
p { color: rgb(221,206,15); }
H1.HeaderClassName
{
color: #DDCE0F;
}
.AnyTagClassName
{
color: #DDCE0F;
}
</style>
background-color css
<style>
a { background-color: #DDCE0F; }
a { background-color: rgb(221,206,15); }
div.DivClassName
{
background-color: #DDCE0F;
}
.BgClassName
{
background-color: #DDCE0F;
}
</style>
border-color css
<style>
span { border-color: #DDCE0F; }
span { border-color: rgb(221,206,15); }
td.TdClassName
{
border-color: #DDCE0F;
}
.TagClassName
{
border-color: #DDCE0F;
}
</style>