Shades of Sunflower #DDC513
Tints of Sunflower #DDC513
RGB
CMYK
RGB Variations
Color information
#DDC513 (or 0xDDC513) is known color: Sunflower. HEX triplet: DD, C5 and 13. RGB value is (221,197,19). Sum of RGB (Red+Green+Blue) = 221+197+19=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC513 is #223AEC. Grayscale: #B8B8B8. Windows color (decimal): -2243309 or 1295837. OLE color: 1295837.
HSL color Cylindrical-coordinate representation of color #DDC513: hue angle of 52.87º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDC513 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.13 |
| HSL | 52.87º | 0.84% | 0.47% | - |
| HSV(B) | 52.87º | 0.91% | 0.87% | - |
| XYZ | 49.9 | 55.35 | 8.67 | - |
| YUV | 183.88 | 34.95 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 19 | 0 | 0.11 | 0.91 | 0.13 | 52.87 | 0.84 | 0.47 |
| Hex | DD | C5 | 13 | 0 | B | 5B | D | 35 | 54 | 2F |
| Octal | 335 | 305 | 23 | 0 | 13 | 133 | 15 | 65 | 124 | 57 |
| Binary | 11011101 | 11000101 | 10011 | 0 | 1011 | 1011011 | 1101 | 110101 | 1010100 | 101111 |
Color Harmonies of #DDC513
Complementary color
Monochromatic Colors of #DDC513
Black with #DDC513
Text Example
Text Example
White with #DDC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC513; }
p { color: rgb(221,197,19); }
H1.HeaderClassName
{
color: #DDC513;
}
.AnyTagClassName
{
color: #DDC513;
}
</style>
background-color css
<style>
a { background-color: #DDC513; }
a { background-color: rgb(221,197,19); }
div.DivClassName
{
background-color: #DDC513;
}
.BgClassName
{
background-color: #DDC513;
}
</style>
border-color css
<style>
span { border-color: #DDC513; }
span { border-color: rgb(221,197,19); }
td.TdClassName
{
border-color: #DDC513;
}
.TagClassName
{
border-color: #DDC513;
}
</style>