Shades of Sunflower #DCB719
Tints of Sunflower #DCB719
RGB
CMYK
RGB Variations
Color information
#DCB719 (or 0xDCB719) is known color: Sunflower. HEX triplet: DC, B7 and 19. RGB value is (220,183,25). Sum of RGB (Red+Green+Blue) = 220+183+25=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB719 is #2348E6. Grayscale: #B0B0B0. Windows color (decimal): -2312423 or 1685468. OLE color: 1685468.
HSL color Cylindrical-coordinate representation of color #DCB719: hue angle of 48.62º 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 #DCB719 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 25 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.14 |
| HSL | 48.62º | 0.8% | 0.48% | - |
| HSV(B) | 48.62º | 0.89% | 0.86% | - |
| XYZ | 46.62 | 49.15 | 7.95 | - |
| YUV | 176.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 25 | 0 | 0.17 | 0.89 | 0.14 | 48.62 | 0.8 | 0.48 |
| Hex | DC | B7 | 19 | 0 | 11 | 59 | E | 31 | 50 | 30 |
| Octal | 334 | 267 | 31 | 0 | 21 | 131 | 16 | 61 | 120 | 60 |
| Binary | 11011100 | 10110111 | 11001 | 0 | 10001 | 1011001 | 1110 | 110001 | 1010000 | 110000 |
Color Harmonies of #DCB719
Complementary color
Monochromatic Colors of #DCB719
Black with #DCB719
Text Example
Text Example
White with #DCB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB719; }
p { color: rgb(220,183,25); }
H1.HeaderClassName
{
color: #DCB719;
}
.AnyTagClassName
{
color: #DCB719;
}
</style>
background-color css
<style>
a { background-color: #DCB719; }
a { background-color: rgb(220,183,25); }
div.DivClassName
{
background-color: #DCB719;
}
.BgClassName
{
background-color: #DCB719;
}
</style>
border-color css
<style>
span { border-color: #DCB719; }
span { border-color: rgb(220,183,25); }
td.TdClassName
{
border-color: #DCB719;
}
.TagClassName
{
border-color: #DCB719;
}
</style>