Shades of Sunflower #DDC912
Tints of Sunflower #DDC912
RGB
CMYK
RGB Variations
Color information
#DDC912 (or 0xDDC912) is known color: Sunflower. HEX triplet: DD, C9 and 12. RGB value is (221,201,18). Sum of RGB (Red+Green+Blue) = 221+201+18=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC912 is #2236ED. Grayscale: #BABABA. Windows color (decimal): -2242286 or 1231325. OLE color: 1231325.
HSL color Cylindrical-coordinate representation of color #DDC912: hue angle of 54.09º 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 #DDC912 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.13 |
| HSL | 54.09º | 0.85% | 0.47% | - |
| HSV(B) | 54.09º | 0.92% | 0.87% | - |
| XYZ | 50.81 | 57.19 | 8.93 | - |
| YUV | 186.12 | 33.13 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 18 | 0 | 0.09 | 0.92 | 0.13 | 54.09 | 0.85 | 0.47 |
| Hex | DD | C9 | 12 | 0 | 9 | 5C | D | 36 | 55 | 2F |
| Octal | 335 | 311 | 22 | 0 | 11 | 134 | 15 | 66 | 125 | 57 |
| Binary | 11011101 | 11001001 | 10010 | 0 | 1001 | 1011100 | 1101 | 110110 | 1010101 | 101111 |
Color Harmonies of #DDC912
Complementary color
Monochromatic Colors of #DDC912
Black with #DDC912
Text Example
Text Example
White with #DDC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC912; }
p { color: rgb(221,201,18); }
H1.HeaderClassName
{
color: #DDC912;
}
.AnyTagClassName
{
color: #DDC912;
}
</style>
background-color css
<style>
a { background-color: #DDC912; }
a { background-color: rgb(221,201,18); }
div.DivClassName
{
background-color: #DDC912;
}
.BgClassName
{
background-color: #DDC912;
}
</style>
border-color css
<style>
span { border-color: #DDC912; }
span { border-color: rgb(221,201,18); }
td.TdClassName
{
border-color: #DDC912;
}
.TagClassName
{
border-color: #DDC912;
}
</style>