Shades of Sunflower #DCB514
Tints of Sunflower #DCB514
RGB
CMYK
RGB Variations
Color information
#DCB514 (or 0xDCB514) is known color: Sunflower. HEX triplet: DC, B5 and 14. RGB value is (220,181,20). Sum of RGB (Red+Green+Blue) = 220+181+20=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB514 is #234AEB. Grayscale: #AEAEAE. Windows color (decimal): -2312940 or 1357276. OLE color: 1357276.
HSL color Cylindrical-coordinate representation of color #DCB514: hue angle of 48.3º 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 #DCB514 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.14 |
| HSL | 48.3º | 0.83% | 0.47% | - |
| HSV(B) | 48.3º | 0.91% | 0.86% | - |
| XYZ | 46.17 | 48.31 | 7.55 | - |
| YUV | 174.31 | 40.92 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 20 | 0 | 0.18 | 0.91 | 0.14 | 48.3 | 0.83 | 0.47 |
| Hex | DC | B5 | 14 | 0 | 12 | 5B | E | 30 | 53 | 2F |
| Octal | 334 | 265 | 24 | 0 | 22 | 133 | 16 | 60 | 123 | 57 |
| Binary | 11011100 | 10110101 | 10100 | 0 | 10010 | 1011011 | 1110 | 110000 | 1010011 | 101111 |
Color Harmonies of #DCB514
Complementary color
Monochromatic Colors of #DCB514
Black with #DCB514
Text Example
Text Example
White with #DCB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB514; }
p { color: rgb(220,181,20); }
H1.HeaderClassName
{
color: #DCB514;
}
.AnyTagClassName
{
color: #DCB514;
}
</style>
background-color css
<style>
a { background-color: #DCB514; }
a { background-color: rgb(220,181,20); }
div.DivClassName
{
background-color: #DCB514;
}
.BgClassName
{
background-color: #DCB514;
}
</style>
border-color css
<style>
span { border-color: #DCB514; }
span { border-color: rgb(220,181,20); }
td.TdClassName
{
border-color: #DCB514;
}
.TagClassName
{
border-color: #DCB514;
}
</style>