Shades of Sunflower #DCB600
Tints of Sunflower #DCB600
RGB
CMYK
RGB Variations
Color information
#DCB600 (or 0xDCB600) is known color: Sunflower. HEX triplet: DC, B6 and 00. RGB value is (220,182,0). Sum of RGB (Red+Green+Blue) = 220+182+0=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB600 is #2349FF. Grayscale: #ADADAD. Windows color (decimal): -2312704 or 46812. OLE color: 46812.
HSL color Cylindrical-coordinate representation of color #DCB600: hue angle of 49.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCB600 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.14 |
| HSL | 49.64º | 1% | 0.43% | - |
| HSV(B) | 49.64º | 1% | 0.86% | - |
| XYZ | 46.24 | 48.67 | 6.96 | - |
| YUV | 172.61 | 30.59 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 0 | 0 | 0.17 | 1 | 0.14 | 49.64 | 1 | 0.43 |
| Hex | DC | B6 | 0 | 0 | 11 | 64 | E | 32 | 64 | 2B |
| Octal | 334 | 266 | 0 | 0 | 21 | 144 | 16 | 62 | 144 | 53 |
| Binary | 11011100 | 10110110 | 0 | 0 | 10001 | 1100100 | 1110 | 110010 | 1100100 | 101011 |
Color Harmonies of #DCB600
Complementary color
Monochromatic Colors of #DCB600
Black with #DCB600
Text Example
Text Example
White with #DCB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB600; }
p { color: rgb(220,182,0); }
H1.HeaderClassName
{
color: #DCB600;
}
.AnyTagClassName
{
color: #DCB600;
}
</style>
background-color css
<style>
a { background-color: #DCB600; }
a { background-color: rgb(220,182,0); }
div.DivClassName
{
background-color: #DCB600;
}
.BgClassName
{
background-color: #DCB600;
}
</style>
border-color css
<style>
span { border-color: #DCB600; }
span { border-color: rgb(220,182,0); }
td.TdClassName
{
border-color: #DCB600;
}
.TagClassName
{
border-color: #DCB600;
}
</style>