Shades of Sunflower #DCB400
Tints of Sunflower #DCB400
RGB
CMYK
RGB Variations
Color information
#DCB400 (or 0xDCB400) is known color: Sunflower. HEX triplet: DC, B4 and 00. RGB value is (220,180,0). Sum of RGB (Red+Green+Blue) = 220+180+0=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB400 is #234BFF. Grayscale: #ACACAC. Windows color (decimal): -2313216 or 46300. OLE color: 46300.
HSL color Cylindrical-coordinate representation of color #DCB400: hue angle of 49.09º 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 #DCB400 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.14 |
| HSL | 49.09º | 1% | 0.43% | - |
| HSV(B) | 49.09º | 1% | 0.86% | - |
| XYZ | 45.84 | 47.86 | 6.82 | - |
| YUV | 171.44 | 31.25 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 0 | 0 | 0.18 | 1 | 0.14 | 49.09 | 1 | 0.43 |
| Hex | DC | B4 | 0 | 0 | 12 | 64 | E | 31 | 64 | 2B |
| Octal | 334 | 264 | 0 | 0 | 22 | 144 | 16 | 61 | 144 | 53 |
| Binary | 11011100 | 10110100 | 0 | 0 | 10010 | 1100100 | 1110 | 110001 | 1100100 | 101011 |
Color Harmonies of #DCB400
Complementary color
Monochromatic Colors of #DCB400
Black with #DCB400
Text Example
Text Example
White with #DCB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB400; }
p { color: rgb(220,180,0); }
H1.HeaderClassName
{
color: #DCB400;
}
.AnyTagClassName
{
color: #DCB400;
}
</style>
background-color css
<style>
a { background-color: #DCB400; }
a { background-color: rgb(220,180,0); }
div.DivClassName
{
background-color: #DCB400;
}
.BgClassName
{
background-color: #DCB400;
}
</style>
border-color css
<style>
span { border-color: #DCB400; }
span { border-color: rgb(220,180,0); }
td.TdClassName
{
border-color: #DCB400;
}
.TagClassName
{
border-color: #DCB400;
}
</style>