Shades of Sunflower #DCB70A
Tints of Sunflower #DCB70A
RGB
CMYK
RGB Variations
Color information
#DCB70A (or 0xDCB70A) is known color: Sunflower. HEX triplet: DC, B7 and 0A. RGB value is (220,183,10). Sum of RGB (Red+Green+Blue) = 220+183+10=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB70A is #2348F5. Grayscale: #AFAFAF. Windows color (decimal): -2312438 or 702428. OLE color: 702428.
HSL color Cylindrical-coordinate representation of color #DCB70A: hue angle of 49.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCB70A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.14 |
| HSL | 49.43º | 0.91% | 0.45% | - |
| HSV(B) | 49.43º | 0.95% | 0.86% | - |
| XYZ | 46.5 | 49.1 | 7.31 | - |
| YUV | 174.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 10 | 0 | 0.17 | 0.95 | 0.14 | 49.43 | 0.91 | 0.45 |
| Hex | DC | B7 | A | 0 | 11 | 5F | E | 31 | 5B | 2D |
| Octal | 334 | 267 | 12 | 0 | 21 | 137 | 16 | 61 | 133 | 55 |
| Binary | 11011100 | 10110111 | 1010 | 0 | 10001 | 1011111 | 1110 | 110001 | 1011011 | 101101 |
Color Harmonies of #DCB70A
Complementary color
Monochromatic Colors of #DCB70A
Black with #DCB70A
Text Example
Text Example
White with #DCB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB70A; }
p { color: rgb(220,183,10); }
H1.HeaderClassName
{
color: #DCB70A;
}
.AnyTagClassName
{
color: #DCB70A;
}
</style>
background-color css
<style>
a { background-color: #DCB70A; }
a { background-color: rgb(220,183,10); }
div.DivClassName
{
background-color: #DCB70A;
}
.BgClassName
{
background-color: #DCB70A;
}
</style>
border-color css
<style>
span { border-color: #DCB70A; }
span { border-color: rgb(220,183,10); }
td.TdClassName
{
border-color: #DCB70A;
}
.TagClassName
{
border-color: #DCB70A;
}
</style>