Shades of Sunflower #DCB71C
Tints of Sunflower #DCB71C
RGB
CMYK
RGB Variations
Color information
#DCB71C (or 0xDCB71C) is known color: Sunflower. HEX triplet: DC, B7 and 1C. RGB value is (220,183,28). Sum of RGB (Red+Green+Blue) = 220+183+28=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB71C is #2348E3. Grayscale: #B1B1B1. Windows color (decimal): -2312420 or 1882076. OLE color: 1882076.
HSL color Cylindrical-coordinate representation of color #DCB71C: hue angle of 48.44º 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 #DCB71C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 28 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.14 |
| HSL | 48.44º | 0.77% | 0.49% | - |
| HSV(B) | 48.44º | 0.87% | 0.86% | - |
| XYZ | 46.66 | 49.17 | 8.13 | - |
| YUV | 176.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 28 | 0 | 0.17 | 0.87 | 0.14 | 48.44 | 0.77 | 0.49 |
| Hex | DC | B7 | 1C | 0 | 11 | 57 | E | 30 | 4D | 31 |
| Octal | 334 | 267 | 34 | 0 | 21 | 127 | 16 | 60 | 115 | 61 |
| Binary | 11011100 | 10110111 | 11100 | 0 | 10001 | 1010111 | 1110 | 110000 | 1001101 | 110001 |
Color Harmonies of #DCB71C
Complementary color
Monochromatic Colors of #DCB71C
Black with #DCB71C
Text Example
Text Example
White with #DCB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB71C; }
p { color: rgb(220,183,28); }
H1.HeaderClassName
{
color: #DCB71C;
}
.AnyTagClassName
{
color: #DCB71C;
}
</style>
background-color css
<style>
a { background-color: #DCB71C; }
a { background-color: rgb(220,183,28); }
div.DivClassName
{
background-color: #DCB71C;
}
.BgClassName
{
background-color: #DCB71C;
}
</style>
border-color css
<style>
span { border-color: #DCB71C; }
span { border-color: rgb(220,183,28); }
td.TdClassName
{
border-color: #DCB71C;
}
.TagClassName
{
border-color: #DCB71C;
}
</style>