Shades of Sunflower #DCC61D
Tints of Sunflower #DCC61D
RGB
CMYK
RGB Variations
Color information
#DCC61D (or 0xDCC61D) is known color: Sunflower. HEX triplet: DC, C6 and 1D. RGB value is (220,198,29). Sum of RGB (Red+Green+Blue) = 220+198+29=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC61D is #2339E2. Grayscale: #BABABA. Windows color (decimal): -2308579 or 1951452. OLE color: 1951452.
HSL color Cylindrical-coordinate representation of color #DCC61D: hue angle of 53.09º 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 #DCC61D is Cyan = 0, Magento = 0.1, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 29 | - |
| CMYK | 0 | 0.1 | 0.87 | 0.14 |
| HSL | 53.09º | 0.77% | 0.49% | - |
| HSV(B) | 53.09º | 0.87% | 0.86% | - |
| XYZ | 49.93 | 55.69 | 9.28 | - |
| YUV | 185.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 29 | 0 | 0.1 | 0.87 | 0.14 | 53.09 | 0.77 | 0.49 |
| Hex | DC | C6 | 1D | 0 | A | 57 | E | 35 | 4D | 31 |
| Octal | 334 | 306 | 35 | 0 | 12 | 127 | 16 | 65 | 115 | 61 |
| Binary | 11011100 | 11000110 | 11101 | 0 | 1010 | 1010111 | 1110 | 110101 | 1001101 | 110001 |
Color Harmonies of #DCC61D
Complementary color
Monochromatic Colors of #DCC61D
Black with #DCC61D
Text Example
Text Example
White with #DCC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC61D; }
p { color: rgb(220,198,29); }
H1.HeaderClassName
{
color: #DCC61D;
}
.AnyTagClassName
{
color: #DCC61D;
}
</style>
background-color css
<style>
a { background-color: #DCC61D; }
a { background-color: rgb(220,198,29); }
div.DivClassName
{
background-color: #DCC61D;
}
.BgClassName
{
background-color: #DCC61D;
}
</style>
border-color css
<style>
span { border-color: #DCC61D; }
span { border-color: rgb(220,198,29); }
td.TdClassName
{
border-color: #DCC61D;
}
.TagClassName
{
border-color: #DCC61D;
}
</style>