Shades of Sunflower #DCBE10
Tints of Sunflower #DCBE10
RGB
CMYK
RGB Variations
Color information
#DCBE10 (or 0xDCBE10) is known color: Sunflower. HEX triplet: DC, BE and 10. RGB value is (220,190,16). Sum of RGB (Red+Green+Blue) = 220+190+16=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE10 is #2341EF. Grayscale: #B3B3B3. Windows color (decimal): -2310640 or 1097436. OLE color: 1097436.
HSL color Cylindrical-coordinate representation of color #DCBE10: hue angle of 51.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCBE10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.14 |
| HSL | 51.18º | 0.86% | 0.46% | - |
| HSV(B) | 51.18º | 0.93% | 0.86% | - |
| XYZ | 48.02 | 52.08 | 8.01 | - |
| YUV | 179.13 | 35.94 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 16 | 0 | 0.14 | 0.93 | 0.14 | 51.18 | 0.86 | 0.46 |
| Hex | DC | BE | 10 | 0 | E | 5D | E | 33 | 56 | 2E |
| Octal | 334 | 276 | 20 | 0 | 16 | 135 | 16 | 63 | 126 | 56 |
| Binary | 11011100 | 10111110 | 10000 | 0 | 1110 | 1011101 | 1110 | 110011 | 1010110 | 101110 |
Color Harmonies of #DCBE10
Complementary color
Monochromatic Colors of #DCBE10
Black with #DCBE10
Text Example
Text Example
White with #DCBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE10; }
p { color: rgb(220,190,16); }
H1.HeaderClassName
{
color: #DCBE10;
}
.AnyTagClassName
{
color: #DCBE10;
}
</style>
background-color css
<style>
a { background-color: #DCBE10; }
a { background-color: rgb(220,190,16); }
div.DivClassName
{
background-color: #DCBE10;
}
.BgClassName
{
background-color: #DCBE10;
}
</style>
border-color css
<style>
span { border-color: #DCBE10; }
span { border-color: rgb(220,190,16); }
td.TdClassName
{
border-color: #DCBE10;
}
.TagClassName
{
border-color: #DCBE10;
}
</style>