Shades of Sunflower #DCB314
Tints of Sunflower #DCB314
RGB
CMYK
RGB Variations
Color information
#DCB314 (or 0xDCB314) is known color: Sunflower. HEX triplet: DC, B3 and 14. RGB value is (220,179,20). Sum of RGB (Red+Green+Blue) = 220+179+20=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB314 is #234CEB. Grayscale: #ADADAD. Windows color (decimal): -2313452 or 1356764. OLE color: 1356764.
HSL color Cylindrical-coordinate representation of color #DCB314: hue angle of 47.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCB314 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 20 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.14 |
| HSL | 47.7º | 0.83% | 0.47% | - |
| HSV(B) | 47.7º | 0.91% | 0.86% | - |
| XYZ | 45.76 | 47.51 | 7.42 | - |
| YUV | 173.13 | 41.58 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 20 | 0 | 0.19 | 0.91 | 0.14 | 47.7 | 0.83 | 0.47 |
| Hex | DC | B3 | 14 | 0 | 13 | 5B | E | 30 | 53 | 2F |
| Octal | 334 | 263 | 24 | 0 | 23 | 133 | 16 | 60 | 123 | 57 |
| Binary | 11011100 | 10110011 | 10100 | 0 | 10011 | 1011011 | 1110 | 110000 | 1010011 | 101111 |
Color Harmonies of #DCB314
Complementary color
Monochromatic Colors of #DCB314
Black with #DCB314
Text Example
Text Example
White with #DCB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB314; }
p { color: rgb(220,179,20); }
H1.HeaderClassName
{
color: #DCB314;
}
.AnyTagClassName
{
color: #DCB314;
}
</style>
background-color css
<style>
a { background-color: #DCB314; }
a { background-color: rgb(220,179,20); }
div.DivClassName
{
background-color: #DCB314;
}
.BgClassName
{
background-color: #DCB314;
}
</style>
border-color css
<style>
span { border-color: #DCB314; }
span { border-color: rgb(220,179,20); }
td.TdClassName
{
border-color: #DCB314;
}
.TagClassName
{
border-color: #DCB314;
}
</style>