Shades of Sunflower #DCB61D
Tints of Sunflower #DCB61D
RGB
CMYK
RGB Variations
Color information
#DCB61D (or 0xDCB61D) is known color: Sunflower. HEX triplet: DC, B6 and 1D. RGB value is (220,182,29). Sum of RGB (Red+Green+Blue) = 220+182+29=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB61D is #2349E2. Grayscale: #B0B0B0. Windows color (decimal): -2312675 or 1947356. OLE color: 1947356.
HSL color Cylindrical-coordinate representation of color #DCB61D: hue angle of 48.06º 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 #DCB61D is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 29 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.14 |
| HSL | 48.06º | 0.77% | 0.49% | - |
| HSV(B) | 48.06º | 0.87% | 0.86% | - |
| XYZ | 46.46 | 48.76 | 8.13 | - |
| YUV | 175.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 29 | 0 | 0.17 | 0.87 | 0.14 | 48.06 | 0.77 | 0.49 |
| Hex | DC | B6 | 1D | 0 | 11 | 57 | E | 30 | 4D | 31 |
| Octal | 334 | 266 | 35 | 0 | 21 | 127 | 16 | 60 | 115 | 61 |
| Binary | 11011100 | 10110110 | 11101 | 0 | 10001 | 1010111 | 1110 | 110000 | 1001101 | 110001 |
Color Harmonies of #DCB61D
Complementary color
Monochromatic Colors of #DCB61D
Black with #DCB61D
Text Example
Text Example
White with #DCB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB61D; }
p { color: rgb(220,182,29); }
H1.HeaderClassName
{
color: #DCB61D;
}
.AnyTagClassName
{
color: #DCB61D;
}
</style>
background-color css
<style>
a { background-color: #DCB61D; }
a { background-color: rgb(220,182,29); }
div.DivClassName
{
background-color: #DCB61D;
}
.BgClassName
{
background-color: #DCB61D;
}
</style>
border-color css
<style>
span { border-color: #DCB61D; }
span { border-color: rgb(220,182,29); }
td.TdClassName
{
border-color: #DCB61D;
}
.TagClassName
{
border-color: #DCB61D;
}
</style>