Shades of Sunflower #DBC814
Tints of Sunflower #DBC814
RGB
CMYK
RGB Variations
Color information
#DBC814 (or 0xDBC814) is known color: Sunflower. HEX triplet: DB, C8 and 14. RGB value is (219,200,20). Sum of RGB (Red+Green+Blue) = 219+200+20=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC814 is #2437EB. Grayscale: #B9B9B9. Windows color (decimal): -2373612 or 1362139. OLE color: 1362139.
HSL color Cylindrical-coordinate representation of color #DBC814: hue angle of 54.27º 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 #DBC814 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 20 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.14 |
| HSL | 54.27º | 0.83% | 0.47% | - |
| HSV(B) | 54.27º | 0.91% | 0.86% | - |
| XYZ | 49.99 | 56.42 | 8.92 | - |
| YUV | 185.16 | 34.79 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 20 | 0 | 0.09 | 0.91 | 0.14 | 54.27 | 0.83 | 0.47 |
| Hex | DB | C8 | 14 | 0 | 9 | 5B | E | 36 | 53 | 2F |
| Octal | 333 | 310 | 24 | 0 | 11 | 133 | 16 | 66 | 123 | 57 |
| Binary | 11011011 | 11001000 | 10100 | 0 | 1001 | 1011011 | 1110 | 110110 | 1010011 | 101111 |
Color Harmonies of #DBC814
Complementary color
Monochromatic Colors of #DBC814
Black with #DBC814
Text Example
Text Example
White with #DBC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC814; }
p { color: rgb(219,200,20); }
H1.HeaderClassName
{
color: #DBC814;
}
.AnyTagClassName
{
color: #DBC814;
}
</style>
background-color css
<style>
a { background-color: #DBC814; }
a { background-color: rgb(219,200,20); }
div.DivClassName
{
background-color: #DBC814;
}
.BgClassName
{
background-color: #DBC814;
}
</style>
border-color css
<style>
span { border-color: #DBC814; }
span { border-color: rgb(219,200,20); }
td.TdClassName
{
border-color: #DBC814;
}
.TagClassName
{
border-color: #DBC814;
}
</style>