Shades of Sunflower #DCB30C
Tints of Sunflower #DCB30C
RGB
CMYK
RGB Variations
Color information
#DCB30C (or 0xDCB30C) is known color: Sunflower. HEX triplet: DC, B3 and 0C. RGB value is (220,179,12). Sum of RGB (Red+Green+Blue) = 220+179+12=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB30C is #234CF3. Grayscale: #ACACAC. Windows color (decimal): -2313460 or 832476. OLE color: 832476.
HSL color Cylindrical-coordinate representation of color #DCB30C: hue angle of 48.17º degrees, saturation: 0.9, 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 #DCB30C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.14 |
| HSL | 48.17º | 0.9% | 0.45% | - |
| HSV(B) | 48.17º | 0.95% | 0.86% | - |
| XYZ | 45.7 | 47.48 | 7.1 | - |
| YUV | 172.22 | 37.58 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 12 | 0 | 0.19 | 0.95 | 0.14 | 48.17 | 0.9 | 0.45 |
| Hex | DC | B3 | C | 0 | 13 | 5F | E | 30 | 5A | 2D |
| Octal | 334 | 263 | 14 | 0 | 23 | 137 | 16 | 60 | 132 | 55 |
| Binary | 11011100 | 10110011 | 1100 | 0 | 10011 | 1011111 | 1110 | 110000 | 1011010 | 101101 |
Color Harmonies of #DCB30C
Complementary color
Monochromatic Colors of #DCB30C
Black with #DCB30C
Text Example
Text Example
White with #DCB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB30C; }
p { color: rgb(220,179,12); }
H1.HeaderClassName
{
color: #DCB30C;
}
.AnyTagClassName
{
color: #DCB30C;
}
</style>
background-color css
<style>
a { background-color: #DCB30C; }
a { background-color: rgb(220,179,12); }
div.DivClassName
{
background-color: #DCB30C;
}
.BgClassName
{
background-color: #DCB30C;
}
</style>
border-color css
<style>
span { border-color: #DCB30C; }
span { border-color: rgb(220,179,12); }
td.TdClassName
{
border-color: #DCB30C;
}
.TagClassName
{
border-color: #DCB30C;
}
</style>