Shades of Sunflower #DCD012
Tints of Sunflower #DCD012
RGB
CMYK
RGB Variations
Color information
#DCD012 (or 0xDCD012) is known color: Sunflower. HEX triplet: DC, D0 and 12. RGB value is (220,208,18). Sum of RGB (Red+Green+Blue) = 220+208+18=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD012 is #232FED. Grayscale: #BEBEBE. Windows color (decimal): -2306030 or 1233116. OLE color: 1233116.
HSL color Cylindrical-coordinate representation of color #DCD012: hue angle of 56.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD012 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 18 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.14 |
| HSL | 56.44º | 0.85% | 0.47% | - |
| HSV(B) | 56.44º | 0.92% | 0.86% | - |
| XYZ | 52.18 | 60.37 | 9.47 | - |
| YUV | 189.93 | 30.98 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 18 | 0 | 0.05 | 0.92 | 0.14 | 56.44 | 0.85 | 0.47 |
| Hex | DC | D0 | 12 | 0 | 5 | 5C | E | 38 | 55 | 2F |
| Octal | 334 | 320 | 22 | 0 | 5 | 134 | 16 | 70 | 125 | 57 |
| Binary | 11011100 | 11010000 | 10010 | 0 | 101 | 1011100 | 1110 | 111000 | 1010101 | 101111 |
Color Harmonies of #DCD012
Complementary color
Monochromatic Colors of #DCD012
Black with #DCD012
Text Example
Text Example
White with #DCD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD012; }
p { color: rgb(220,208,18); }
H1.HeaderClassName
{
color: #DCD012;
}
.AnyTagClassName
{
color: #DCD012;
}
</style>
background-color css
<style>
a { background-color: #DCD012; }
a { background-color: rgb(220,208,18); }
div.DivClassName
{
background-color: #DCD012;
}
.BgClassName
{
background-color: #DCD012;
}
</style>
border-color css
<style>
span { border-color: #DCD012; }
span { border-color: rgb(220,208,18); }
td.TdClassName
{
border-color: #DCD012;
}
.TagClassName
{
border-color: #DCD012;
}
</style>