Shades of Sunflower #DCB50B
Tints of Sunflower #DCB50B
RGB
CMYK
RGB Variations
Color information
#DCB50B (or 0xDCB50B) is known color: Sunflower. HEX triplet: DC, B5 and 0B. RGB value is (220,181,11). Sum of RGB (Red+Green+Blue) = 220+181+11=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB50B is #234AF4. Grayscale: #AEAEAE. Windows color (decimal): -2312949 or 767452. OLE color: 767452.
HSL color Cylindrical-coordinate representation of color #DCB50B: hue angle of 48.8º 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 #DCB50B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.14 |
| HSL | 48.8º | 0.9% | 0.45% | - |
| HSV(B) | 48.8º | 0.95% | 0.86% | - |
| XYZ | 46.1 | 48.29 | 7.21 | - |
| YUV | 173.28 | 36.42 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 11 | 0 | 0.18 | 0.95 | 0.14 | 48.8 | 0.9 | 0.45 |
| Hex | DC | B5 | B | 0 | 12 | 5F | E | 31 | 5A | 2D |
| Octal | 334 | 265 | 13 | 0 | 22 | 137 | 16 | 61 | 132 | 55 |
| Binary | 11011100 | 10110101 | 1011 | 0 | 10010 | 1011111 | 1110 | 110001 | 1011010 | 101101 |
Color Harmonies of #DCB50B
Complementary color
Monochromatic Colors of #DCB50B
Black with #DCB50B
Text Example
Text Example
White with #DCB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB50B; }
p { color: rgb(220,181,11); }
H1.HeaderClassName
{
color: #DCB50B;
}
.AnyTagClassName
{
color: #DCB50B;
}
</style>
background-color css
<style>
a { background-color: #DCB50B; }
a { background-color: rgb(220,181,11); }
div.DivClassName
{
background-color: #DCB50B;
}
.BgClassName
{
background-color: #DCB50B;
}
</style>
border-color css
<style>
span { border-color: #DCB50B; }
span { border-color: rgb(220,181,11); }
td.TdClassName
{
border-color: #DCB50B;
}
.TagClassName
{
border-color: #DCB50B;
}
</style>