Shades of Sunflower #DCC01D
Tints of Sunflower #DCC01D
RGB
CMYK
RGB Variations
Color information
#DCC01D (or 0xDCC01D) is known color: Sunflower. HEX triplet: DC, C0 and 1D. RGB value is (220,192,29). Sum of RGB (Red+Green+Blue) = 220+192+29=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC01D is #233FE2. Grayscale: #B6B6B6. Windows color (decimal): -2310115 or 1949916. OLE color: 1949916.
HSL color Cylindrical-coordinate representation of color #DCC01D: hue angle of 51.2º 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 #DCC01D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 29 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.14 |
| HSL | 51.2º | 0.77% | 0.49% | - |
| HSV(B) | 51.2º | 0.87% | 0.86% | - |
| XYZ | 48.59 | 53 | 8.83 | - |
| YUV | 181.79 | 41.78 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 29 | 0 | 0.13 | 0.87 | 0.14 | 51.2 | 0.77 | 0.49 |
| Hex | DC | C0 | 1D | 0 | D | 57 | E | 33 | 4D | 31 |
| Octal | 334 | 300 | 35 | 0 | 15 | 127 | 16 | 63 | 115 | 61 |
| Binary | 11011100 | 11000000 | 11101 | 0 | 1101 | 1010111 | 1110 | 110011 | 1001101 | 110001 |
Color Harmonies of #DCC01D
Complementary color
Monochromatic Colors of #DCC01D
Black with #DCC01D
Text Example
Text Example
White with #DCC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC01D; }
p { color: rgb(220,192,29); }
H1.HeaderClassName
{
color: #DCC01D;
}
.AnyTagClassName
{
color: #DCC01D;
}
</style>
background-color css
<style>
a { background-color: #DCC01D; }
a { background-color: rgb(220,192,29); }
div.DivClassName
{
background-color: #DCC01D;
}
.BgClassName
{
background-color: #DCC01D;
}
</style>
border-color css
<style>
span { border-color: #DCC01D; }
span { border-color: rgb(220,192,29); }
td.TdClassName
{
border-color: #DCC01D;
}
.TagClassName
{
border-color: #DCC01D;
}
</style>