Shades of Sunflower #DCB00F
Tints of Sunflower #DCB00F
RGB
CMYK
RGB Variations
Color information
#DCB00F (or 0xDCB00F) is known color: Sunflower. HEX triplet: DC, B0 and 0F. RGB value is (220,176,15). Sum of RGB (Red+Green+Blue) = 220+176+15=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB00F is #234FF0. Grayscale: #ABABAB. Windows color (decimal): -2314225 or 1028316. OLE color: 1028316.
HSL color Cylindrical-coordinate representation of color #DCB00F: hue angle of 47.12º 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 #DCB00F is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 15 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.14 |
| HSL | 47.12º | 0.87% | 0.46% | - |
| HSV(B) | 47.12º | 0.93% | 0.86% | - |
| XYZ | 45.13 | 46.3 | 7.01 | - |
| YUV | 170.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 15 | 0 | 0.2 | 0.93 | 0.14 | 47.12 | 0.87 | 0.46 |
| Hex | DC | B0 | F | 0 | 14 | 5D | E | 2F | 57 | 2E |
| Octal | 334 | 260 | 17 | 0 | 24 | 135 | 16 | 57 | 127 | 56 |
| Binary | 11011100 | 10110000 | 1111 | 0 | 10100 | 1011101 | 1110 | 101111 | 1010111 | 101110 |
Color Harmonies of #DCB00F
Complementary color
Monochromatic Colors of #DCB00F
Black with #DCB00F
Text Example
Text Example
White with #DCB00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB00F; }
p { color: rgb(220,176,15); }
H1.HeaderClassName
{
color: #DCB00F;
}
.AnyTagClassName
{
color: #DCB00F;
}
</style>
background-color css
<style>
a { background-color: #DCB00F; }
a { background-color: rgb(220,176,15); }
div.DivClassName
{
background-color: #DCB00F;
}
.BgClassName
{
background-color: #DCB00F;
}
</style>
border-color css
<style>
span { border-color: #DCB00F; }
span { border-color: rgb(220,176,15); }
td.TdClassName
{
border-color: #DCB00F;
}
.TagClassName
{
border-color: #DCB00F;
}
</style>