Shades of Sunflower #DBCA0C
Tints of Sunflower #DBCA0C
RGB
CMYK
RGB Variations
Color information
#DBCA0C (or 0xDBCA0C) is known color: Sunflower. HEX triplet: DB, CA and 0C. RGB value is (219,202,12). Sum of RGB (Red+Green+Blue) = 219+202+12=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA0C is #2435F3. Grayscale: #BABABA. Windows color (decimal): -2373108 or 838363. OLE color: 838363.
HSL color Cylindrical-coordinate representation of color #DBCA0C: hue angle of 55.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBCA0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.14 |
| HSL | 55.07º | 0.9% | 0.45% | - |
| HSV(B) | 55.07º | 0.95% | 0.86% | - |
| XYZ | 50.4 | 57.33 | 8.76 | - |
| YUV | 185.42 | 30.13 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 12 | 0 | 0.08 | 0.95 | 0.14 | 55.07 | 0.9 | 0.45 |
| Hex | DB | CA | C | 0 | 8 | 5F | E | 37 | 5A | 2D |
| Octal | 333 | 312 | 14 | 0 | 10 | 137 | 16 | 67 | 132 | 55 |
| Binary | 11011011 | 11001010 | 1100 | 0 | 1000 | 1011111 | 1110 | 110111 | 1011010 | 101101 |
Color Harmonies of #DBCA0C
Complementary color
Monochromatic Colors of #DBCA0C
Black with #DBCA0C
Text Example
Text Example
White with #DBCA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA0C; }
p { color: rgb(219,202,12); }
H1.HeaderClassName
{
color: #DBCA0C;
}
.AnyTagClassName
{
color: #DBCA0C;
}
</style>
background-color css
<style>
a { background-color: #DBCA0C; }
a { background-color: rgb(219,202,12); }
div.DivClassName
{
background-color: #DBCA0C;
}
.BgClassName
{
background-color: #DBCA0C;
}
</style>
border-color css
<style>
span { border-color: #DBCA0C; }
span { border-color: rgb(219,202,12); }
td.TdClassName
{
border-color: #DBCA0C;
}
.TagClassName
{
border-color: #DBCA0C;
}
</style>