Shades of Sunflower #DCB013
Tints of Sunflower #DCB013
RGB
CMYK
RGB Variations
Color information
#DCB013 (or 0xDCB013) is known color: Sunflower. HEX triplet: DC, B0 and 13. RGB value is (220,176,19). Sum of RGB (Red+Green+Blue) = 220+176+19=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB013 is #234FEC. Grayscale: #ABABAB. Windows color (decimal): -2314221 or 1290460. OLE color: 1290460.
HSL color Cylindrical-coordinate representation of color #DCB013: hue angle of 46.87º degrees, saturation: 0.84, 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 #DCB013 is Cyan = 0, Magento = 0.2, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 19 | - |
| CMYK | 0 | 0.2 | 0.91 | 0.14 |
| HSL | 46.87º | 0.84% | 0.47% | - |
| HSV(B) | 46.87º | 0.91% | 0.86% | - |
| XYZ | 45.16 | 46.31 | 7.18 | - |
| YUV | 171.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 19 | 0 | 0.2 | 0.91 | 0.14 | 46.87 | 0.84 | 0.47 |
| Hex | DC | B0 | 13 | 0 | 14 | 5B | E | 2F | 54 | 2F |
| Octal | 334 | 260 | 23 | 0 | 24 | 133 | 16 | 57 | 124 | 57 |
| Binary | 11011100 | 10110000 | 10011 | 0 | 10100 | 1011011 | 1110 | 101111 | 1010100 | 101111 |
Color Harmonies of #DCB013
Complementary color
Monochromatic Colors of #DCB013
Black with #DCB013
Text Example
Text Example
White with #DCB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB013; }
p { color: rgb(220,176,19); }
H1.HeaderClassName
{
color: #DCB013;
}
.AnyTagClassName
{
color: #DCB013;
}
</style>
background-color css
<style>
a { background-color: #DCB013; }
a { background-color: rgb(220,176,19); }
div.DivClassName
{
background-color: #DCB013;
}
.BgClassName
{
background-color: #DCB013;
}
</style>
border-color css
<style>
span { border-color: #DCB013; }
span { border-color: rgb(220,176,19); }
td.TdClassName
{
border-color: #DCB013;
}
.TagClassName
{
border-color: #DCB013;
}
</style>