Shades of Sunflower #DCBA0B
Tints of Sunflower #DCBA0B
RGB
CMYK
RGB Variations
Color information
#DCBA0B (or 0xDCBA0B) is known color: Sunflower. HEX triplet: DC, BA and 0B. RGB value is (220,186,11). Sum of RGB (Red+Green+Blue) = 220+186+11=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA0B is #2345F4. Grayscale: #B0B0B0. Windows color (decimal): -2311669 or 768732. OLE color: 768732.
HSL color Cylindrical-coordinate representation of color #DCBA0B: hue angle of 50.24º 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 #DCBA0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.14 |
| HSL | 50.24º | 0.9% | 0.45% | - |
| HSV(B) | 50.24º | 0.95% | 0.86% | - |
| XYZ | 47.13 | 50.36 | 7.55 | - |
| YUV | 176.22 | 34.76 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 11 | 0 | 0.15 | 0.95 | 0.14 | 50.24 | 0.9 | 0.45 |
| Hex | DC | BA | B | 0 | F | 5F | E | 32 | 5A | 2D |
| Octal | 334 | 272 | 13 | 0 | 17 | 137 | 16 | 62 | 132 | 55 |
| Binary | 11011100 | 10111010 | 1011 | 0 | 1111 | 1011111 | 1110 | 110010 | 1011010 | 101101 |
Color Harmonies of #DCBA0B
Complementary color
Monochromatic Colors of #DCBA0B
Black with #DCBA0B
Text Example
Text Example
White with #DCBA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA0B; }
p { color: rgb(220,186,11); }
H1.HeaderClassName
{
color: #DCBA0B;
}
.AnyTagClassName
{
color: #DCBA0B;
}
</style>
background-color css
<style>
a { background-color: #DCBA0B; }
a { background-color: rgb(220,186,11); }
div.DivClassName
{
background-color: #DCBA0B;
}
.BgClassName
{
background-color: #DCBA0B;
}
</style>
border-color css
<style>
span { border-color: #DCBA0B; }
span { border-color: rgb(220,186,11); }
td.TdClassName
{
border-color: #DCBA0B;
}
.TagClassName
{
border-color: #DCBA0B;
}
</style>