Shades of Sunflower #DCC70C
Tints of Sunflower #DCC70C
RGB
CMYK
RGB Variations
Color information
#DCC70C (or 0xDCC70C) is known color: Sunflower. HEX triplet: DC, C7 and 0C. RGB value is (220,199,12). Sum of RGB (Red+Green+Blue) = 220+199+12=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC70C is #2338F3. Grayscale: #B8B8B8. Windows color (decimal): -2308340 or 837596. OLE color: 837596.
HSL color Cylindrical-coordinate representation of color #DCC70C: hue angle of 53.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCC70C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.14 |
| HSL | 53.94º | 0.9% | 0.45% | - |
| HSV(B) | 53.94º | 0.95% | 0.86% | - |
| XYZ | 50 | 56.09 | 8.54 | - |
| YUV | 183.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 12 | 0 | 0.10 | 0.95 | 0.14 | 53.94 | 0.9 | 0.45 |
| Hex | DC | C7 | C | 0 | A | 5F | E | 36 | 5A | 2D |
| Octal | 334 | 307 | 14 | 0 | 12 | 137 | 16 | 66 | 132 | 55 |
| Binary | 11011100 | 11000111 | 1100 | 0 | 1010 | 1011111 | 1110 | 110110 | 1011010 | 101101 |
Color Harmonies of #DCC70C
Complementary color
Monochromatic Colors of #DCC70C
Black with #DCC70C
Text Example
Text Example
White with #DCC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC70C; }
p { color: rgb(220,199,12); }
H1.HeaderClassName
{
color: #DCC70C;
}
.AnyTagClassName
{
color: #DCC70C;
}
</style>
background-color css
<style>
a { background-color: #DCC70C; }
a { background-color: rgb(220,199,12); }
div.DivClassName
{
background-color: #DCC70C;
}
.BgClassName
{
background-color: #DCC70C;
}
</style>
border-color css
<style>
span { border-color: #DCC70C; }
span { border-color: rgb(220,199,12); }
td.TdClassName
{
border-color: #DCC70C;
}
.TagClassName
{
border-color: #DCC70C;
}
</style>