Shades of Sunflower #DCC20C
Tints of Sunflower #DCC20C
RGB
CMYK
RGB Variations
Color information
#DCC20C (or 0xDCC20C) is known color: Sunflower. HEX triplet: DC, C2 and 0C. RGB value is (220,194,12). Sum of RGB (Red+Green+Blue) = 220+194+12=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC20C is #233DF3. Grayscale: #B5B5B5. Windows color (decimal): -2309620 or 836316. OLE color: 836316.
HSL color Cylindrical-coordinate representation of color #DCC20C: hue angle of 52.5º 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 #DCC20C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.14 |
| HSL | 52.5º | 0.9% | 0.45% | - |
| HSV(B) | 52.5º | 0.95% | 0.86% | - |
| XYZ | 48.87 | 53.83 | 8.16 | - |
| YUV | 181.03 | 32.61 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 12 | 0 | 0.12 | 0.95 | 0.14 | 52.5 | 0.9 | 0.45 |
| Hex | DC | C2 | C | 0 | C | 5F | E | 34 | 5A | 2D |
| Octal | 334 | 302 | 14 | 0 | 14 | 137 | 16 | 64 | 132 | 55 |
| Binary | 11011100 | 11000010 | 1100 | 0 | 1100 | 1011111 | 1110 | 110100 | 1011010 | 101101 |
Color Harmonies of #DCC20C
Complementary color
Monochromatic Colors of #DCC20C
Black with #DCC20C
Text Example
Text Example
White with #DCC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC20C; }
p { color: rgb(220,194,12); }
H1.HeaderClassName
{
color: #DCC20C;
}
.AnyTagClassName
{
color: #DCC20C;
}
</style>
background-color css
<style>
a { background-color: #DCC20C; }
a { background-color: rgb(220,194,12); }
div.DivClassName
{
background-color: #DCC20C;
}
.BgClassName
{
background-color: #DCC20C;
}
</style>
border-color css
<style>
span { border-color: #DCC20C; }
span { border-color: rgb(220,194,12); }
td.TdClassName
{
border-color: #DCC20C;
}
.TagClassName
{
border-color: #DCC20C;
}
</style>