Shades of Sunflower #DCBC0B
Tints of Sunflower #DCBC0B
RGB
CMYK
RGB Variations
Color information
#DCBC0B (or 0xDCBC0B) is known color: Sunflower. HEX triplet: DC, BC and 0B. RGB value is (220,188,11). Sum of RGB (Red+Green+Blue) = 220+188+11=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC0B is #2343F4. Grayscale: #B2B2B2. Windows color (decimal): -2311157 or 769244. OLE color: 769244.
HSL color Cylindrical-coordinate representation of color #DCBC0B: hue angle of 50.81º 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 #DCBC0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.14 |
| HSL | 50.81º | 0.9% | 0.45% | - |
| HSV(B) | 50.81º | 0.95% | 0.86% | - |
| XYZ | 47.56 | 51.21 | 7.69 | - |
| YUV | 177.39 | 34.1 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 11 | 0 | 0.15 | 0.95 | 0.14 | 50.81 | 0.9 | 0.45 |
| Hex | DC | BC | B | 0 | F | 5F | E | 33 | 5A | 2D |
| Octal | 334 | 274 | 13 | 0 | 17 | 137 | 16 | 63 | 132 | 55 |
| Binary | 11011100 | 10111100 | 1011 | 0 | 1111 | 1011111 | 1110 | 110011 | 1011010 | 101101 |
Color Harmonies of #DCBC0B
Complementary color
Monochromatic Colors of #DCBC0B
Black with #DCBC0B
Text Example
Text Example
White with #DCBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC0B; }
p { color: rgb(220,188,11); }
H1.HeaderClassName
{
color: #DCBC0B;
}
.AnyTagClassName
{
color: #DCBC0B;
}
</style>
background-color css
<style>
a { background-color: #DCBC0B; }
a { background-color: rgb(220,188,11); }
div.DivClassName
{
background-color: #DCBC0B;
}
.BgClassName
{
background-color: #DCBC0B;
}
</style>
border-color css
<style>
span { border-color: #DCBC0B; }
span { border-color: rgb(220,188,11); }
td.TdClassName
{
border-color: #DCBC0B;
}
.TagClassName
{
border-color: #DCBC0B;
}
</style>