Shades of Sunflower #DCC214
Tints of Sunflower #DCC214
RGB
CMYK
RGB Variations
Color information
#DCC214 (or 0xDCC214) is known color: Sunflower. HEX triplet: DC, C2 and 14. RGB value is (220,194,20). Sum of RGB (Red+Green+Blue) = 220+194+20=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC214 is #233DEB. Grayscale: #B6B6B6. Windows color (decimal): -2309612 or 1360604. OLE color: 1360604.
HSL color Cylindrical-coordinate representation of color #DCC214: hue angle of 52.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCC214 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 20 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.14 |
| HSL | 52.2º | 0.83% | 0.47% | - |
| HSV(B) | 52.2º | 0.91% | 0.86% | - |
| XYZ | 48.93 | 53.85 | 8.48 | - |
| YUV | 181.94 | 36.61 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 20 | 0 | 0.12 | 0.91 | 0.14 | 52.2 | 0.83 | 0.47 |
| Hex | DC | C2 | 14 | 0 | C | 5B | E | 34 | 53 | 2F |
| Octal | 334 | 302 | 24 | 0 | 14 | 133 | 16 | 64 | 123 | 57 |
| Binary | 11011100 | 11000010 | 10100 | 0 | 1100 | 1011011 | 1110 | 110100 | 1010011 | 101111 |
Color Harmonies of #DCC214
Complementary color
Monochromatic Colors of #DCC214
Black with #DCC214
Text Example
Text Example
White with #DCC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC214; }
p { color: rgb(220,194,20); }
H1.HeaderClassName
{
color: #DCC214;
}
.AnyTagClassName
{
color: #DCC214;
}
</style>
background-color css
<style>
a { background-color: #DCC214; }
a { background-color: rgb(220,194,20); }
div.DivClassName
{
background-color: #DCC214;
}
.BgClassName
{
background-color: #DCC214;
}
</style>
border-color css
<style>
span { border-color: #DCC214; }
span { border-color: rgb(220,194,20); }
td.TdClassName
{
border-color: #DCC214;
}
.TagClassName
{
border-color: #DCC214;
}
</style>