Shades of Sunflower #DCB104
Tints of Sunflower #DCB104
RGB
CMYK
RGB Variations
Color information
#DCB104 (or 0xDCB104) is known color: Sunflower. HEX triplet: DC, B1 and 04. RGB value is (220,177,4). Sum of RGB (Red+Green+Blue) = 220+177+4=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB104 is #234EFB. Grayscale: #AAAAAA. Windows color (decimal): -2313980 or 307676. OLE color: 307676.
HSL color Cylindrical-coordinate representation of color #DCB104: hue angle of 48.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCB104 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.14 |
| HSL | 48.06º | 0.96% | 0.44% | - |
| HSV(B) | 48.06º | 0.98% | 0.86% | - |
| XYZ | 45.26 | 46.67 | 6.74 | - |
| YUV | 170.14 | 34.25 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 4 | 0 | 0.20 | 0.98 | 0.14 | 48.06 | 0.96 | 0.44 |
| Hex | DC | B1 | 4 | 0 | 14 | 62 | E | 30 | 60 | 2C |
| Octal | 334 | 261 | 4 | 0 | 24 | 142 | 16 | 60 | 140 | 54 |
| Binary | 11011100 | 10110001 | 100 | 0 | 10100 | 1100010 | 1110 | 110000 | 1100000 | 101100 |
Color Harmonies of #DCB104
Complementary color
Monochromatic Colors of #DCB104
Black with #DCB104
Text Example
Text Example
White with #DCB104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB104; }
p { color: rgb(220,177,4); }
H1.HeaderClassName
{
color: #DCB104;
}
.AnyTagClassName
{
color: #DCB104;
}
</style>
background-color css
<style>
a { background-color: #DCB104; }
a { background-color: rgb(220,177,4); }
div.DivClassName
{
background-color: #DCB104;
}
.BgClassName
{
background-color: #DCB104;
}
</style>
border-color css
<style>
span { border-color: #DCB104; }
span { border-color: rgb(220,177,4); }
td.TdClassName
{
border-color: #DCB104;
}
.TagClassName
{
border-color: #DCB104;
}
</style>