Shades of Sunflower #DCB714
Tints of Sunflower #DCB714
RGB
CMYK
RGB Variations
Color information
#DCB714 (or 0xDCB714) is known color: Sunflower. HEX triplet: DC, B7 and 14. RGB value is (220,183,20). Sum of RGB (Red+Green+Blue) = 220+183+20=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB714 is #2348EB. Grayscale: #B0B0B0. Windows color (decimal): -2312428 or 1357788. OLE color: 1357788.
HSL color Cylindrical-coordinate representation of color #DCB714: hue angle of 48.9º 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 #DCB714 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 20 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.14 |
| HSL | 48.9º | 0.83% | 0.47% | - |
| HSV(B) | 48.9º | 0.91% | 0.86% | - |
| XYZ | 46.57 | 49.13 | 7.69 | - |
| YUV | 175.48 | 40.26 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 20 | 0 | 0.17 | 0.91 | 0.14 | 48.9 | 0.83 | 0.47 |
| Hex | DC | B7 | 14 | 0 | 11 | 5B | E | 31 | 53 | 2F |
| Octal | 334 | 267 | 24 | 0 | 21 | 133 | 16 | 61 | 123 | 57 |
| Binary | 11011100 | 10110111 | 10100 | 0 | 10001 | 1011011 | 1110 | 110001 | 1010011 | 101111 |
Color Harmonies of #DCB714
Complementary color
Monochromatic Colors of #DCB714
Black with #DCB714
Text Example
Text Example
White with #DCB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB714; }
p { color: rgb(220,183,20); }
H1.HeaderClassName
{
color: #DCB714;
}
.AnyTagClassName
{
color: #DCB714;
}
</style>
background-color css
<style>
a { background-color: #DCB714; }
a { background-color: rgb(220,183,20); }
div.DivClassName
{
background-color: #DCB714;
}
.BgClassName
{
background-color: #DCB714;
}
</style>
border-color css
<style>
span { border-color: #DCB714; }
span { border-color: rgb(220,183,20); }
td.TdClassName
{
border-color: #DCB714;
}
.TagClassName
{
border-color: #DCB714;
}
</style>