Shades of Sunflower #DBCA0D
Tints of Sunflower #DBCA0D
RGB
CMYK
RGB Variations
Color information
#DBCA0D (or 0xDBCA0D) is known color: Sunflower. HEX triplet: DB, CA and 0D. RGB value is (219,202,13). Sum of RGB (Red+Green+Blue) = 219+202+13=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA0D is #2435F2. Grayscale: #BABABA. Windows color (decimal): -2373107 or 903899. OLE color: 903899.
HSL color Cylindrical-coordinate representation of color #DBCA0D: hue angle of 55.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBCA0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.14 |
| HSL | 55.05º | 0.89% | 0.45% | - |
| HSV(B) | 55.05º | 0.94% | 0.86% | - |
| XYZ | 50.41 | 57.33 | 8.79 | - |
| YUV | 185.54 | 30.63 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 13 | 0 | 0.08 | 0.94 | 0.14 | 55.05 | 0.89 | 0.45 |
| Hex | DB | CA | D | 0 | 8 | 5E | E | 37 | 59 | 2D |
| Octal | 333 | 312 | 15 | 0 | 10 | 136 | 16 | 67 | 131 | 55 |
| Binary | 11011011 | 11001010 | 1101 | 0 | 1000 | 1011110 | 1110 | 110111 | 1011001 | 101101 |
Color Harmonies of #DBCA0D
Complementary color
Monochromatic Colors of #DBCA0D
Black with #DBCA0D
Text Example
Text Example
White with #DBCA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA0D; }
p { color: rgb(219,202,13); }
H1.HeaderClassName
{
color: #DBCA0D;
}
.AnyTagClassName
{
color: #DBCA0D;
}
</style>
background-color css
<style>
a { background-color: #DBCA0D; }
a { background-color: rgb(219,202,13); }
div.DivClassName
{
background-color: #DBCA0D;
}
.BgClassName
{
background-color: #DBCA0D;
}
</style>
border-color css
<style>
span { border-color: #DBCA0D; }
span { border-color: rgb(219,202,13); }
td.TdClassName
{
border-color: #DBCA0D;
}
.TagClassName
{
border-color: #DBCA0D;
}
</style>