Shades of Sunflower #DCC304
Tints of Sunflower #DCC304
RGB
CMYK
RGB Variations
Color information
#DCC304 (or 0xDCC304) is known color: Sunflower. HEX triplet: DC, C3 and 04. RGB value is (220,195,4). Sum of RGB (Red+Green+Blue) = 220+195+4=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC304 is #233CFB. Grayscale: #B5B5B5. Windows color (decimal): -2309372 or 312284. OLE color: 312284.
HSL color Cylindrical-coordinate representation of color #DCC304: hue angle of 53.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCC304 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.14 |
| HSL | 53.06º | 0.96% | 0.44% | - |
| HSV(B) | 53.06º | 0.98% | 0.86% | - |
| XYZ | 49.05 | 54.25 | 8 | - |
| YUV | 180.7 | 28.28 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 4 | 0 | 0.11 | 0.98 | 0.14 | 53.06 | 0.96 | 0.44 |
| Hex | DC | C3 | 4 | 0 | B | 62 | E | 35 | 60 | 2C |
| Octal | 334 | 303 | 4 | 0 | 13 | 142 | 16 | 65 | 140 | 54 |
| Binary | 11011100 | 11000011 | 100 | 0 | 1011 | 1100010 | 1110 | 110101 | 1100000 | 101100 |
Color Harmonies of #DCC304
Complementary color
Monochromatic Colors of #DCC304
Black with #DCC304
Text Example
Text Example
White with #DCC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC304; }
p { color: rgb(220,195,4); }
H1.HeaderClassName
{
color: #DCC304;
}
.AnyTagClassName
{
color: #DCC304;
}
</style>
background-color css
<style>
a { background-color: #DCC304; }
a { background-color: rgb(220,195,4); }
div.DivClassName
{
background-color: #DCC304;
}
.BgClassName
{
background-color: #DCC304;
}
</style>
border-color css
<style>
span { border-color: #DCC304; }
span { border-color: rgb(220,195,4); }
td.TdClassName
{
border-color: #DCC304;
}
.TagClassName
{
border-color: #DCC304;
}
</style>