Shades of Sunflower #DDCF0D
Tints of Sunflower #DDCF0D
RGB
CMYK
RGB Variations
Color information
#DDCF0D (or 0xDDCF0D) is known color: Sunflower. HEX triplet: DD, CF and 0D. RGB value is (221,207,13). Sum of RGB (Red+Green+Blue) = 221+207+13=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF0D is #2230F2. Grayscale: #BDBDBD. Windows color (decimal): -2240755 or 905181. OLE color: 905181.
HSL color Cylindrical-coordinate representation of color #DDCF0D: hue angle of 55.96º 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 #DDCF0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.13 |
| HSL | 55.96º | 0.89% | 0.46% | - |
| HSV(B) | 55.96º | 0.94% | 0.87% | - |
| XYZ | 52.2 | 60.03 | 9.22 | - |
| YUV | 189.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 13 | 0 | 0.06 | 0.94 | 0.13 | 55.96 | 0.89 | 0.46 |
| Hex | DD | CF | D | 0 | 6 | 5E | D | 38 | 59 | 2E |
| Octal | 335 | 317 | 15 | 0 | 6 | 136 | 15 | 70 | 131 | 56 |
| Binary | 11011101 | 11001111 | 1101 | 0 | 110 | 1011110 | 1101 | 111000 | 1011001 | 101110 |
Color Harmonies of #DDCF0D
Complementary color
Monochromatic Colors of #DDCF0D
Black with #DDCF0D
Text Example
Text Example
White with #DDCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF0D; }
p { color: rgb(221,207,13); }
H1.HeaderClassName
{
color: #DDCF0D;
}
.AnyTagClassName
{
color: #DDCF0D;
}
</style>
background-color css
<style>
a { background-color: #DDCF0D; }
a { background-color: rgb(221,207,13); }
div.DivClassName
{
background-color: #DDCF0D;
}
.BgClassName
{
background-color: #DDCF0D;
}
</style>
border-color css
<style>
span { border-color: #DDCF0D; }
span { border-color: rgb(221,207,13); }
td.TdClassName
{
border-color: #DDCF0D;
}
.TagClassName
{
border-color: #DDCF0D;
}
</style>