Shades of Sunflower #DDCA0D
Tints of Sunflower #DDCA0D
RGB
CMYK
RGB Variations
Color information
#DDCA0D (or 0xDDCA0D) is known color: Sunflower. HEX triplet: DD, CA and 0D. RGB value is (221,202,13). Sum of RGB (Red+Green+Blue) = 221+202+13=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA0D is #2235F2. Grayscale: #BABABA. Windows color (decimal): -2242035 or 903901. OLE color: 903901.
HSL color Cylindrical-coordinate representation of color #DDCA0D: hue angle of 54.52º 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 #DDCA0D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 13 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.13 |
| HSL | 54.52º | 0.89% | 0.46% | - |
| HSV(B) | 54.52º | 0.94% | 0.87% | - |
| XYZ | 51.01 | 57.64 | 8.82 | - |
| YUV | 186.14 | 30.29 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 13 | 0 | 0.09 | 0.94 | 0.13 | 54.52 | 0.89 | 0.46 |
| Hex | DD | CA | D | 0 | 9 | 5E | D | 37 | 59 | 2E |
| Octal | 335 | 312 | 15 | 0 | 11 | 136 | 15 | 67 | 131 | 56 |
| Binary | 11011101 | 11001010 | 1101 | 0 | 1001 | 1011110 | 1101 | 110111 | 1011001 | 101110 |
Color Harmonies of #DDCA0D
Complementary color
Monochromatic Colors of #DDCA0D
Black with #DDCA0D
Text Example
Text Example
White with #DDCA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA0D; }
p { color: rgb(221,202,13); }
H1.HeaderClassName
{
color: #DDCA0D;
}
.AnyTagClassName
{
color: #DDCA0D;
}
</style>
background-color css
<style>
a { background-color: #DDCA0D; }
a { background-color: rgb(221,202,13); }
div.DivClassName
{
background-color: #DDCA0D;
}
.BgClassName
{
background-color: #DDCA0D;
}
</style>
border-color css
<style>
span { border-color: #DDCA0D; }
span { border-color: rgb(221,202,13); }
td.TdClassName
{
border-color: #DDCA0D;
}
.TagClassName
{
border-color: #DDCA0D;
}
</style>