Shades of Sunflower #DDCE0D
Tints of Sunflower #DDCE0D
RGB
CMYK
RGB Variations
Color information
#DDCE0D (or 0xDDCE0D) is known color: Sunflower. HEX triplet: DD, CE and 0D. RGB value is (221,206,13). Sum of RGB (Red+Green+Blue) = 221+206+13=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE0D is #2231F2. Grayscale: #BDBDBD. Windows color (decimal): -2241011 or 904925. OLE color: 904925.
HSL color Cylindrical-coordinate representation of color #DDCE0D: hue angle of 55.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDCE0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.13 |
| HSL | 55.67º | 0.89% | 0.46% | - |
| HSV(B) | 55.67º | 0.94% | 0.87% | - |
| XYZ | 51.96 | 59.54 | 9.14 | - |
| YUV | 188.48 | 28.97 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 13 | 0 | 0.07 | 0.94 | 0.13 | 55.67 | 0.89 | 0.46 |
| Hex | DD | CE | D | 0 | 7 | 5E | D | 38 | 59 | 2E |
| Octal | 335 | 316 | 15 | 0 | 7 | 136 | 15 | 70 | 131 | 56 |
| Binary | 11011101 | 11001110 | 1101 | 0 | 111 | 1011110 | 1101 | 111000 | 1011001 | 101110 |
Color Harmonies of #DDCE0D
Complementary color
Monochromatic Colors of #DDCE0D
Black with #DDCE0D
Text Example
Text Example
White with #DDCE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE0D; }
p { color: rgb(221,206,13); }
H1.HeaderClassName
{
color: #DDCE0D;
}
.AnyTagClassName
{
color: #DDCE0D;
}
</style>
background-color css
<style>
a { background-color: #DDCE0D; }
a { background-color: rgb(221,206,13); }
div.DivClassName
{
background-color: #DDCE0D;
}
.BgClassName
{
background-color: #DDCE0D;
}
</style>
border-color css
<style>
span { border-color: #DDCE0D; }
span { border-color: rgb(221,206,13); }
td.TdClassName
{
border-color: #DDCE0D;
}
.TagClassName
{
border-color: #DDCE0D;
}
</style>