Shades of Sunflower #DDC512
Tints of Sunflower #DDC512
RGB
CMYK
RGB Variations
Color information
#DDC512 (or 0xDDC512) is known color: Sunflower. HEX triplet: DD, C5 and 12. RGB value is (221,197,18). Sum of RGB (Red+Green+Blue) = 221+197+18=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC512 is #223AED. Grayscale: #B8B8B8. Windows color (decimal): -2243310 or 1230301. OLE color: 1230301.
HSL color Cylindrical-coordinate representation of color #DDC512: hue angle of 52.91º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDC512 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.13 |
| HSL | 52.91º | 0.85% | 0.47% | - |
| HSV(B) | 52.91º | 0.92% | 0.87% | - |
| XYZ | 49.89 | 55.35 | 8.63 | - |
| YUV | 183.77 | 34.45 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 18 | 0 | 0.11 | 0.92 | 0.13 | 52.91 | 0.85 | 0.47 |
| Hex | DD | C5 | 12 | 0 | B | 5C | D | 35 | 55 | 2F |
| Octal | 335 | 305 | 22 | 0 | 13 | 134 | 15 | 65 | 125 | 57 |
| Binary | 11011101 | 11000101 | 10010 | 0 | 1011 | 1011100 | 1101 | 110101 | 1010101 | 101111 |
Color Harmonies of #DDC512
Complementary color
Monochromatic Colors of #DDC512
Black with #DDC512
Text Example
Text Example
White with #DDC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC512; }
p { color: rgb(221,197,18); }
H1.HeaderClassName
{
color: #DDC512;
}
.AnyTagClassName
{
color: #DDC512;
}
</style>
background-color css
<style>
a { background-color: #DDC512; }
a { background-color: rgb(221,197,18); }
div.DivClassName
{
background-color: #DDC512;
}
.BgClassName
{
background-color: #DDC512;
}
</style>
border-color css
<style>
span { border-color: #DDC512; }
span { border-color: rgb(221,197,18); }
td.TdClassName
{
border-color: #DDC512;
}
.TagClassName
{
border-color: #DDC512;
}
</style>