Shades of Sunflower #DCBE0B
Tints of Sunflower #DCBE0B
RGB
CMYK
RGB Variations
Color information
#DCBE0B (or 0xDCBE0B) is known color: Sunflower. HEX triplet: DC, BE and 0B. RGB value is (220,190,11). Sum of RGB (Red+Green+Blue) = 220+190+11=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE0B is #2341F4. Grayscale: #B3B3B3. Windows color (decimal): -2310645 or 769756. OLE color: 769756.
HSL color Cylindrical-coordinate representation of color #DCBE0B: hue angle of 51.39º 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 #DCBE0B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.14 |
| HSL | 51.39º | 0.9% | 0.45% | - |
| HSV(B) | 51.39º | 0.95% | 0.86% | - |
| XYZ | 47.99 | 52.07 | 7.84 | - |
| YUV | 178.56 | 33.44 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 11 | 0 | 0.14 | 0.95 | 0.14 | 51.39 | 0.9 | 0.45 |
| Hex | DC | BE | B | 0 | E | 5F | E | 33 | 5A | 2D |
| Octal | 334 | 276 | 13 | 0 | 16 | 137 | 16 | 63 | 132 | 55 |
| Binary | 11011100 | 10111110 | 1011 | 0 | 1110 | 1011111 | 1110 | 110011 | 1011010 | 101101 |
Color Harmonies of #DCBE0B
Complementary color
Monochromatic Colors of #DCBE0B
Black with #DCBE0B
Text Example
Text Example
White with #DCBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE0B; }
p { color: rgb(220,190,11); }
H1.HeaderClassName
{
color: #DCBE0B;
}
.AnyTagClassName
{
color: #DCBE0B;
}
</style>
background-color css
<style>
a { background-color: #DCBE0B; }
a { background-color: rgb(220,190,11); }
div.DivClassName
{
background-color: #DCBE0B;
}
.BgClassName
{
background-color: #DCBE0B;
}
</style>
border-color css
<style>
span { border-color: #DCBE0B; }
span { border-color: rgb(220,190,11); }
td.TdClassName
{
border-color: #DCBE0B;
}
.TagClassName
{
border-color: #DCBE0B;
}
</style>