Shades of Sunflower #DBBC14
Tints of Sunflower #DBBC14
RGB
CMYK
RGB Variations
Color information
#DBBC14 (or 0xDBBC14) is known color: Sunflower. HEX triplet: DB, BC and 14. RGB value is (219,188,20). Sum of RGB (Red+Green+Blue) = 219+188+20=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC14 is #2443EB. Grayscale: #B2B2B2. Windows color (decimal): -2376684 or 1359067. OLE color: 1359067.
HSL color Cylindrical-coordinate representation of color #DBBC14: hue angle of 50.65º degrees, saturation: 0.83, 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 #DBBC14 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 20 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.14 |
| HSL | 50.65º | 0.83% | 0.47% | - |
| HSV(B) | 50.65º | 0.91% | 0.86% | - |
| XYZ | 47.32 | 51.08 | 8.03 | - |
| YUV | 178.12 | 38.77 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 20 | 0 | 0.14 | 0.91 | 0.14 | 50.65 | 0.83 | 0.47 |
| Hex | DB | BC | 14 | 0 | E | 5B | E | 33 | 53 | 2F |
| Octal | 333 | 274 | 24 | 0 | 16 | 133 | 16 | 63 | 123 | 57 |
| Binary | 11011011 | 10111100 | 10100 | 0 | 1110 | 1011011 | 1110 | 110011 | 1010011 | 101111 |
Color Harmonies of #DBBC14
Complementary color
Monochromatic Colors of #DBBC14
Black with #DBBC14
Text Example
Text Example
White with #DBBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC14; }
p { color: rgb(219,188,20); }
H1.HeaderClassName
{
color: #DBBC14;
}
.AnyTagClassName
{
color: #DBBC14;
}
</style>
background-color css
<style>
a { background-color: #DBBC14; }
a { background-color: rgb(219,188,20); }
div.DivClassName
{
background-color: #DBBC14;
}
.BgClassName
{
background-color: #DBBC14;
}
</style>
border-color css
<style>
span { border-color: #DBBC14; }
span { border-color: rgb(219,188,20); }
td.TdClassName
{
border-color: #DBBC14;
}
.TagClassName
{
border-color: #DBBC14;
}
</style>