Shades of Sunflower #DCC023
Tints of Sunflower #DCC023
RGB
CMYK
RGB Variations
Color information
#DCC023 (or 0xDCC023) is known color: Sunflower. HEX triplet: DC, C0 and 23. RGB value is (220,192,35). Sum of RGB (Red+Green+Blue) = 220+192+35=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC023 is #233FDC. Grayscale: #B7B7B7. Windows color (decimal): -2310109 or 2343132. OLE color: 2343132.
HSL color Cylindrical-coordinate representation of color #DCC023: hue angle of 50.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCC023 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 35 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.14 |
| HSL | 50.92º | 0.73% | 0.5% | - |
| HSV(B) | 50.92º | 0.84% | 0.86% | - |
| XYZ | 48.67 | 53.04 | 9.26 | - |
| YUV | 182.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 35 | 0 | 0.13 | 0.84 | 0.14 | 50.92 | 0.73 | 0.5 |
| Hex | DC | C0 | 23 | 0 | D | 54 | E | 33 | 49 | 32 |
| Octal | 334 | 300 | 43 | 0 | 15 | 124 | 16 | 63 | 111 | 62 |
| Binary | 11011100 | 11000000 | 100011 | 0 | 1101 | 1010100 | 1110 | 110011 | 1001001 | 110010 |
Color Harmonies of #DCC023
Complementary color
Monochromatic Colors of #DCC023
Black with #DCC023
Text Example
Text Example
White with #DCC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC023; }
p { color: rgb(220,192,35); }
H1.HeaderClassName
{
color: #DCC023;
}
.AnyTagClassName
{
color: #DCC023;
}
</style>
background-color css
<style>
a { background-color: #DCC023; }
a { background-color: rgb(220,192,35); }
div.DivClassName
{
background-color: #DCC023;
}
.BgClassName
{
background-color: #DCC023;
}
</style>
border-color css
<style>
span { border-color: #DCC023; }
span { border-color: rgb(220,192,35); }
td.TdClassName
{
border-color: #DCC023;
}
.TagClassName
{
border-color: #DCC023;
}
</style>