Shades of Sunflower #DCB71E
Tints of Sunflower #DCB71E
RGB
CMYK
RGB Variations
Color information
#DCB71E (or 0xDCB71E) is known color: Sunflower. HEX triplet: DC, B7 and 1E. RGB value is (220,183,30). Sum of RGB (Red+Green+Blue) = 220+183+30=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB71E is #2348E1. Grayscale: #B1B1B1. Windows color (decimal): -2312418 or 2013148. OLE color: 2013148.
HSL color Cylindrical-coordinate representation of color #DCB71E: hue angle of 48.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCB71E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 30 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.14 |
| HSL | 48.32º | 0.76% | 0.49% | - |
| HSV(B) | 48.32º | 0.86% | 0.86% | - |
| XYZ | 46.68 | 49.18 | 8.26 | - |
| YUV | 176.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 30 | 0 | 0.17 | 0.86 | 0.14 | 48.32 | 0.76 | 0.49 |
| Hex | DC | B7 | 1E | 0 | 11 | 56 | E | 30 | 4C | 31 |
| Octal | 334 | 267 | 36 | 0 | 21 | 126 | 16 | 60 | 114 | 61 |
| Binary | 11011100 | 10110111 | 11110 | 0 | 10001 | 1010110 | 1110 | 110000 | 1001100 | 110001 |
Color Harmonies of #DCB71E
Complementary color
Monochromatic Colors of #DCB71E
Black with #DCB71E
Text Example
Text Example
White with #DCB71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB71E; }
p { color: rgb(220,183,30); }
H1.HeaderClassName
{
color: #DCB71E;
}
.AnyTagClassName
{
color: #DCB71E;
}
</style>
background-color css
<style>
a { background-color: #DCB71E; }
a { background-color: rgb(220,183,30); }
div.DivClassName
{
background-color: #DCB71E;
}
.BgClassName
{
background-color: #DCB71E;
}
</style>
border-color css
<style>
span { border-color: #DCB71E; }
span { border-color: rgb(220,183,30); }
td.TdClassName
{
border-color: #DCB71E;
}
.TagClassName
{
border-color: #DCB71E;
}
</style>