Shades of Sunflower #DCB818
Tints of Sunflower #DCB818
RGB
CMYK
RGB Variations
Color information
#DCB818 (or 0xDCB818) is known color: Sunflower. HEX triplet: DC, B8 and 18. RGB value is (220,184,24). Sum of RGB (Red+Green+Blue) = 220+184+24=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB818 is #2347E7. Grayscale: #B1B1B1. Windows color (decimal): -2312168 or 1620188. OLE color: 1620188.
HSL color Cylindrical-coordinate representation of color #DCB818: hue angle of 48.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCB818 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 24 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.14 |
| HSL | 48.98º | 0.8% | 0.48% | - |
| HSV(B) | 48.98º | 0.89% | 0.86% | - |
| XYZ | 46.82 | 49.56 | 7.96 | - |
| YUV | 176.52 | 41.93 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 24 | 0 | 0.16 | 0.89 | 0.14 | 48.98 | 0.8 | 0.48 |
| Hex | DC | B8 | 18 | 0 | 10 | 59 | E | 31 | 50 | 30 |
| Octal | 334 | 270 | 30 | 0 | 20 | 131 | 16 | 61 | 120 | 60 |
| Binary | 11011100 | 10111000 | 11000 | 0 | 10000 | 1011001 | 1110 | 110001 | 1010000 | 110000 |
Color Harmonies of #DCB818
Complementary color
Monochromatic Colors of #DCB818
Black with #DCB818
Text Example
Text Example
White with #DCB818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB818; }
p { color: rgb(220,184,24); }
H1.HeaderClassName
{
color: #DCB818;
}
.AnyTagClassName
{
color: #DCB818;
}
</style>
background-color css
<style>
a { background-color: #DCB818; }
a { background-color: rgb(220,184,24); }
div.DivClassName
{
background-color: #DCB818;
}
.BgClassName
{
background-color: #DCB818;
}
</style>
border-color css
<style>
span { border-color: #DCB818; }
span { border-color: rgb(220,184,24); }
td.TdClassName
{
border-color: #DCB818;
}
.TagClassName
{
border-color: #DCB818;
}
</style>