Shades of Sunflower #DDCD0D
Tints of Sunflower #DDCD0D
RGB
CMYK
RGB Variations
Color information
#DDCD0D (or 0xDDCD0D) is known color: Sunflower. HEX triplet: DD, CD and 0D. RGB value is (221,205,13). Sum of RGB (Red+Green+Blue) = 221+205+13=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD0D is #2232F2. Grayscale: #BCBCBC. Windows color (decimal): -2241267 or 904669. OLE color: 904669.
HSL color Cylindrical-coordinate representation of color #DDCD0D: hue angle of 55.38º 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 #DDCD0D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.13 |
| HSL | 55.38º | 0.89% | 0.46% | - |
| HSV(B) | 55.38º | 0.94% | 0.87% | - |
| XYZ | 51.72 | 59.06 | 9.06 | - |
| YUV | 187.9 | 29.3 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 13 | 0 | 0.07 | 0.94 | 0.13 | 55.38 | 0.89 | 0.46 |
| Hex | DD | CD | D | 0 | 7 | 5E | D | 37 | 59 | 2E |
| Octal | 335 | 315 | 15 | 0 | 7 | 136 | 15 | 67 | 131 | 56 |
| Binary | 11011101 | 11001101 | 1101 | 0 | 111 | 1011110 | 1101 | 110111 | 1011001 | 101110 |
Color Harmonies of #DDCD0D
Complementary color
Monochromatic Colors of #DDCD0D
Black with #DDCD0D
Text Example
Text Example
White with #DDCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD0D; }
p { color: rgb(221,205,13); }
H1.HeaderClassName
{
color: #DDCD0D;
}
.AnyTagClassName
{
color: #DDCD0D;
}
</style>
background-color css
<style>
a { background-color: #DDCD0D; }
a { background-color: rgb(221,205,13); }
div.DivClassName
{
background-color: #DDCD0D;
}
.BgClassName
{
background-color: #DDCD0D;
}
</style>
border-color css
<style>
span { border-color: #DDCD0D; }
span { border-color: rgb(221,205,13); }
td.TdClassName
{
border-color: #DDCD0D;
}
.TagClassName
{
border-color: #DDCD0D;
}
</style>