Shades of Sunflower #DCB319
Tints of Sunflower #DCB319
RGB
CMYK
RGB Variations
Color information
#DCB319 (or 0xDCB319) is known color: Sunflower. HEX triplet: DC, B3 and 19. RGB value is (220,179,25). Sum of RGB (Red+Green+Blue) = 220+179+25=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB319 is #234CE6. Grayscale: #AEAEAE. Windows color (decimal): -2313447 or 1684444. OLE color: 1684444.
HSL color Cylindrical-coordinate representation of color #DCB319: hue angle of 47.38º 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 #DCB319 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 25 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.14 |
| HSL | 47.38º | 0.8% | 0.48% | - |
| HSV(B) | 47.38º | 0.89% | 0.86% | - |
| XYZ | 45.81 | 47.53 | 7.68 | - |
| YUV | 173.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 25 | 0 | 0.19 | 0.89 | 0.14 | 47.38 | 0.8 | 0.48 |
| Hex | DC | B3 | 19 | 0 | 13 | 59 | E | 2F | 50 | 30 |
| Octal | 334 | 263 | 31 | 0 | 23 | 131 | 16 | 57 | 120 | 60 |
| Binary | 11011100 | 10110011 | 11001 | 0 | 10011 | 1011001 | 1110 | 101111 | 1010000 | 110000 |
Color Harmonies of #DCB319
Complementary color
Monochromatic Colors of #DCB319
Black with #DCB319
Text Example
Text Example
White with #DCB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB319; }
p { color: rgb(220,179,25); }
H1.HeaderClassName
{
color: #DCB319;
}
.AnyTagClassName
{
color: #DCB319;
}
</style>
background-color css
<style>
a { background-color: #DCB319; }
a { background-color: rgb(220,179,25); }
div.DivClassName
{
background-color: #DCB319;
}
.BgClassName
{
background-color: #DCB319;
}
</style>
border-color css
<style>
span { border-color: #DCB319; }
span { border-color: rgb(220,179,25); }
td.TdClassName
{
border-color: #DCB319;
}
.TagClassName
{
border-color: #DCB319;
}
</style>