Shades of Sunflower #DCB40A
Tints of Sunflower #DCB40A
RGB
CMYK
RGB Variations
Color information
#DCB40A (or 0xDCB40A) is known color: Sunflower. HEX triplet: DC, B4 and 0A. RGB value is (220,180,10). Sum of RGB (Red+Green+Blue) = 220+180+10=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB40A is #234BF5. Grayscale: #ADADAD. Windows color (decimal): -2313206 or 701660. OLE color: 701660.
HSL color Cylindrical-coordinate representation of color #DCB40A: hue angle of 48.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCB40A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.14 |
| HSL | 48.57º | 0.91% | 0.45% | - |
| HSV(B) | 48.57º | 0.95% | 0.86% | - |
| XYZ | 45.89 | 47.88 | 7.11 | - |
| YUV | 172.58 | 36.25 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 10 | 0 | 0.18 | 0.95 | 0.14 | 48.57 | 0.91 | 0.45 |
| Hex | DC | B4 | A | 0 | 12 | 5F | E | 31 | 5B | 2D |
| Octal | 334 | 264 | 12 | 0 | 22 | 137 | 16 | 61 | 133 | 55 |
| Binary | 11011100 | 10110100 | 1010 | 0 | 10010 | 1011111 | 1110 | 110001 | 1011011 | 101101 |
Color Harmonies of #DCB40A
Complementary color
Monochromatic Colors of #DCB40A
Black with #DCB40A
Text Example
Text Example
White with #DCB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB40A; }
p { color: rgb(220,180,10); }
H1.HeaderClassName
{
color: #DCB40A;
}
.AnyTagClassName
{
color: #DCB40A;
}
</style>
background-color css
<style>
a { background-color: #DCB40A; }
a { background-color: rgb(220,180,10); }
div.DivClassName
{
background-color: #DCB40A;
}
.BgClassName
{
background-color: #DCB40A;
}
</style>
border-color css
<style>
span { border-color: #DCB40A; }
span { border-color: rgb(220,180,10); }
td.TdClassName
{
border-color: #DCB40A;
}
.TagClassName
{
border-color: #DCB40A;
}
</style>