Shades of Sunflower #DBCB14
Tints of Sunflower #DBCB14
RGB
CMYK
RGB Variations
Color information
#DBCB14 (or 0xDBCB14) is known color: Sunflower. HEX triplet: DB, CB and 14. RGB value is (219,203,20). Sum of RGB (Red+Green+Blue) = 219+203+20=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB14 is #2434EB. Grayscale: #BBBBBB. Windows color (decimal): -2372844 or 1362907. OLE color: 1362907.
HSL color Cylindrical-coordinate representation of color #DBCB14: hue angle of 55.18º 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 #DBCB14 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 20 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.14 |
| HSL | 55.18º | 0.83% | 0.47% | - |
| HSV(B) | 55.18º | 0.91% | 0.86% | - |
| XYZ | 50.7 | 57.82 | 9.15 | - |
| YUV | 186.92 | 33.8 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 20 | 0 | 0.07 | 0.91 | 0.14 | 55.18 | 0.83 | 0.47 |
| Hex | DB | CB | 14 | 0 | 7 | 5B | E | 37 | 53 | 2F |
| Octal | 333 | 313 | 24 | 0 | 7 | 133 | 16 | 67 | 123 | 57 |
| Binary | 11011011 | 11001011 | 10100 | 0 | 111 | 1011011 | 1110 | 110111 | 1010011 | 101111 |
Color Harmonies of #DBCB14
Complementary color
Monochromatic Colors of #DBCB14
Black with #DBCB14
Text Example
Text Example
White with #DBCB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB14; }
p { color: rgb(219,203,20); }
H1.HeaderClassName
{
color: #DBCB14;
}
.AnyTagClassName
{
color: #DBCB14;
}
</style>
background-color css
<style>
a { background-color: #DBCB14; }
a { background-color: rgb(219,203,20); }
div.DivClassName
{
background-color: #DBCB14;
}
.BgClassName
{
background-color: #DBCB14;
}
</style>
border-color css
<style>
span { border-color: #DBCB14; }
span { border-color: rgb(219,203,20); }
td.TdClassName
{
border-color: #DBCB14;
}
.TagClassName
{
border-color: #DBCB14;
}
</style>