Shades of Sunflower #DCB30E
Tints of Sunflower #DCB30E
RGB
CMYK
RGB Variations
Color information
#DCB30E (or 0xDCB30E) is known color: Sunflower. HEX triplet: DC, B3 and 0E. RGB value is (220,179,14). Sum of RGB (Red+Green+Blue) = 220+179+14=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB30E is #234CF1. Grayscale: #ADADAD. Windows color (decimal): -2313458 or 963548. OLE color: 963548.
HSL color Cylindrical-coordinate representation of color #DCB30E: hue angle of 48.06º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCB30E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.14 |
| HSL | 48.06º | 0.88% | 0.46% | - |
| HSV(B) | 48.06º | 0.94% | 0.86% | - |
| XYZ | 45.71 | 47.49 | 7.17 | - |
| YUV | 172.45 | 38.58 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 14 | 0 | 0.19 | 0.94 | 0.14 | 48.06 | 0.88 | 0.46 |
| Hex | DC | B3 | E | 0 | 13 | 5E | E | 30 | 58 | 2E |
| Octal | 334 | 263 | 16 | 0 | 23 | 136 | 16 | 60 | 130 | 56 |
| Binary | 11011100 | 10110011 | 1110 | 0 | 10011 | 1011110 | 1110 | 110000 | 1011000 | 101110 |
Color Harmonies of #DCB30E
Complementary color
Monochromatic Colors of #DCB30E
Black with #DCB30E
Text Example
Text Example
White with #DCB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB30E; }
p { color: rgb(220,179,14); }
H1.HeaderClassName
{
color: #DCB30E;
}
.AnyTagClassName
{
color: #DCB30E;
}
</style>
background-color css
<style>
a { background-color: #DCB30E; }
a { background-color: rgb(220,179,14); }
div.DivClassName
{
background-color: #DCB30E;
}
.BgClassName
{
background-color: #DCB30E;
}
</style>
border-color css
<style>
span { border-color: #DCB30E; }
span { border-color: rgb(220,179,14); }
td.TdClassName
{
border-color: #DCB30E;
}
.TagClassName
{
border-color: #DCB30E;
}
</style>