Shades of Sunflower #DCC01C
Tints of Sunflower #DCC01C
RGB
CMYK
RGB Variations
Color information
#DCC01C (or 0xDCC01C) is known color: Sunflower. HEX triplet: DC, C0 and 1C. RGB value is (220,192,28). Sum of RGB (Red+Green+Blue) = 220+192+28=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC01C is #233FE3. Grayscale: #B6B6B6. Windows color (decimal): -2310116 or 1884380. OLE color: 1884380.
HSL color Cylindrical-coordinate representation of color #DCC01C: hue angle of 51.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCC01C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.14 |
| HSL | 51.25º | 0.77% | 0.49% | - |
| HSV(B) | 51.25º | 0.87% | 0.86% | - |
| XYZ | 48.57 | 53 | 8.77 | - |
| YUV | 181.68 | 41.28 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 28 | 0 | 0.13 | 0.87 | 0.14 | 51.25 | 0.77 | 0.49 |
| Hex | DC | C0 | 1C | 0 | D | 57 | E | 33 | 4D | 31 |
| Octal | 334 | 300 | 34 | 0 | 15 | 127 | 16 | 63 | 115 | 61 |
| Binary | 11011100 | 11000000 | 11100 | 0 | 1101 | 1010111 | 1110 | 110011 | 1001101 | 110001 |
Color Harmonies of #DCC01C
Complementary color
Monochromatic Colors of #DCC01C
Black with #DCC01C
Text Example
Text Example
White with #DCC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC01C; }
p { color: rgb(220,192,28); }
H1.HeaderClassName
{
color: #DCC01C;
}
.AnyTagClassName
{
color: #DCC01C;
}
</style>
background-color css
<style>
a { background-color: #DCC01C; }
a { background-color: rgb(220,192,28); }
div.DivClassName
{
background-color: #DCC01C;
}
.BgClassName
{
background-color: #DCC01C;
}
</style>
border-color css
<style>
span { border-color: #DCC01C; }
span { border-color: rgb(220,192,28); }
td.TdClassName
{
border-color: #DCC01C;
}
.TagClassName
{
border-color: #DCC01C;
}
</style>