Shades of Sunflower #DCBE11
Tints of Sunflower #DCBE11
RGB
CMYK
RGB Variations
Color information
#DCBE11 (or 0xDCBE11) is known color: Sunflower. HEX triplet: DC, BE and 11. RGB value is (220,190,17). Sum of RGB (Red+Green+Blue) = 220+190+17=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE11 is #2341EE. Grayscale: #B3B3B3. Windows color (decimal): -2310639 or 1162972. OLE color: 1162972.
HSL color Cylindrical-coordinate representation of color #DCBE11: hue angle of 51.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCBE11 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.14 |
| HSL | 51.13º | 0.86% | 0.46% | - |
| HSV(B) | 51.13º | 0.92% | 0.86% | - |
| XYZ | 48.03 | 52.08 | 8.05 | - |
| YUV | 179.25 | 36.44 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 17 | 0 | 0.14 | 0.92 | 0.14 | 51.13 | 0.86 | 0.46 |
| Hex | DC | BE | 11 | 0 | E | 5C | E | 33 | 56 | 2E |
| Octal | 334 | 276 | 21 | 0 | 16 | 134 | 16 | 63 | 126 | 56 |
| Binary | 11011100 | 10111110 | 10001 | 0 | 1110 | 1011100 | 1110 | 110011 | 1010110 | 101110 |
Color Harmonies of #DCBE11
Complementary color
Monochromatic Colors of #DCBE11
Black with #DCBE11
Text Example
Text Example
White with #DCBE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE11; }
p { color: rgb(220,190,17); }
H1.HeaderClassName
{
color: #DCBE11;
}
.AnyTagClassName
{
color: #DCBE11;
}
</style>
background-color css
<style>
a { background-color: #DCBE11; }
a { background-color: rgb(220,190,17); }
div.DivClassName
{
background-color: #DCBE11;
}
.BgClassName
{
background-color: #DCBE11;
}
</style>
border-color css
<style>
span { border-color: #DCBE11; }
span { border-color: rgb(220,190,17); }
td.TdClassName
{
border-color: #DCBE11;
}
.TagClassName
{
border-color: #DCBE11;
}
</style>