Shades of Sunflower #DCBE12
Tints of Sunflower #DCBE12
RGB
CMYK
RGB Variations
Color information
#DCBE12 (or 0xDCBE12) is known color: Sunflower. HEX triplet: DC, BE and 12. RGB value is (220,190,18). Sum of RGB (Red+Green+Blue) = 220+190+18=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE12 is #2341ED. Grayscale: #B4B4B4. Windows color (decimal): -2310638 or 1228508. OLE color: 1228508.
HSL color Cylindrical-coordinate representation of color #DCBE12: hue angle of 51.09º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCBE12 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.14 |
| HSL | 51.09º | 0.85% | 0.47% | - |
| HSV(B) | 51.09º | 0.92% | 0.86% | - |
| XYZ | 48.04 | 52.09 | 8.09 | - |
| YUV | 179.36 | 36.94 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 18 | 0 | 0.14 | 0.92 | 0.14 | 51.09 | 0.85 | 0.47 |
| Hex | DC | BE | 12 | 0 | E | 5C | E | 33 | 55 | 2F |
| Octal | 334 | 276 | 22 | 0 | 16 | 134 | 16 | 63 | 125 | 57 |
| Binary | 11011100 | 10111110 | 10010 | 0 | 1110 | 1011100 | 1110 | 110011 | 1010101 | 101111 |
Color Harmonies of #DCBE12
Complementary color
Monochromatic Colors of #DCBE12
Black with #DCBE12
Text Example
Text Example
White with #DCBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE12; }
p { color: rgb(220,190,18); }
H1.HeaderClassName
{
color: #DCBE12;
}
.AnyTagClassName
{
color: #DCBE12;
}
</style>
background-color css
<style>
a { background-color: #DCBE12; }
a { background-color: rgb(220,190,18); }
div.DivClassName
{
background-color: #DCBE12;
}
.BgClassName
{
background-color: #DCBE12;
}
</style>
border-color css
<style>
span { border-color: #DCBE12; }
span { border-color: rgb(220,190,18); }
td.TdClassName
{
border-color: #DCBE12;
}
.TagClassName
{
border-color: #DCBE12;
}
</style>