Shades of Sunflower #DCB40F
Tints of Sunflower #DCB40F
RGB
CMYK
RGB Variations
Color information
#DCB40F (or 0xDCB40F) is known color: Sunflower. HEX triplet: DC, B4 and 0F. RGB value is (220,180,15). Sum of RGB (Red+Green+Blue) = 220+180+15=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB40F is #234BF0. Grayscale: #ADADAD. Windows color (decimal): -2313201 or 1029340. OLE color: 1029340.
HSL color Cylindrical-coordinate representation of color #DCB40F: hue angle of 48.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCB40F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.14 |
| HSL | 48.29º | 0.87% | 0.46% | - |
| HSV(B) | 48.29º | 0.93% | 0.86% | - |
| XYZ | 45.92 | 47.89 | 7.28 | - |
| YUV | 173.15 | 38.75 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 15 | 0 | 0.18 | 0.93 | 0.14 | 48.29 | 0.87 | 0.46 |
| Hex | DC | B4 | F | 0 | 12 | 5D | E | 30 | 57 | 2E |
| Octal | 334 | 264 | 17 | 0 | 22 | 135 | 16 | 60 | 127 | 56 |
| Binary | 11011100 | 10110100 | 1111 | 0 | 10010 | 1011101 | 1110 | 110000 | 1010111 | 101110 |
Color Harmonies of #DCB40F
Complementary color
Monochromatic Colors of #DCB40F
Black with #DCB40F
Text Example
Text Example
White with #DCB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB40F; }
p { color: rgb(220,180,15); }
H1.HeaderClassName
{
color: #DCB40F;
}
.AnyTagClassName
{
color: #DCB40F;
}
</style>
background-color css
<style>
a { background-color: #DCB40F; }
a { background-color: rgb(220,180,15); }
div.DivClassName
{
background-color: #DCB40F;
}
.BgClassName
{
background-color: #DCB40F;
}
</style>
border-color css
<style>
span { border-color: #DCB40F; }
span { border-color: rgb(220,180,15); }
td.TdClassName
{
border-color: #DCB40F;
}
.TagClassName
{
border-color: #DCB40F;
}
</style>