Shades of Sunflower #DCBE13
Tints of Sunflower #DCBE13
RGB
CMYK
RGB Variations
Color information
#DCBE13 (or 0xDCBE13) is known color: Sunflower. HEX triplet: DC, BE and 13. RGB value is (220,190,19). Sum of RGB (Red+Green+Blue) = 220+190+19=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE13 is #2341EC. Grayscale: #B4B4B4. Windows color (decimal): -2310637 or 1294044. OLE color: 1294044.
HSL color Cylindrical-coordinate representation of color #DCBE13: hue angle of 51.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCBE13 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 19 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.14 |
| HSL | 51.04º | 0.84% | 0.47% | - |
| HSV(B) | 51.04º | 0.91% | 0.86% | - |
| XYZ | 48.05 | 52.09 | 8.14 | - |
| YUV | 179.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 19 | 0 | 0.14 | 0.91 | 0.14 | 51.04 | 0.84 | 0.47 |
| Hex | DC | BE | 13 | 0 | E | 5B | E | 33 | 54 | 2F |
| Octal | 334 | 276 | 23 | 0 | 16 | 133 | 16 | 63 | 124 | 57 |
| Binary | 11011100 | 10111110 | 10011 | 0 | 1110 | 1011011 | 1110 | 110011 | 1010100 | 101111 |
Color Harmonies of #DCBE13
Complementary color
Monochromatic Colors of #DCBE13
Black with #DCBE13
Text Example
Text Example
White with #DCBE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE13; }
p { color: rgb(220,190,19); }
H1.HeaderClassName
{
color: #DCBE13;
}
.AnyTagClassName
{
color: #DCBE13;
}
</style>
background-color css
<style>
a { background-color: #DCBE13; }
a { background-color: rgb(220,190,19); }
div.DivClassName
{
background-color: #DCBE13;
}
.BgClassName
{
background-color: #DCBE13;
}
</style>
border-color css
<style>
span { border-color: #DCBE13; }
span { border-color: rgb(220,190,19); }
td.TdClassName
{
border-color: #DCBE13;
}
.TagClassName
{
border-color: #DCBE13;
}
</style>