Shades of Sunflower #DBC60C
Tints of Sunflower #DBC60C
RGB
CMYK
RGB Variations
Color information
#DBC60C (or 0xDBC60C) is known color: Sunflower. HEX triplet: DB, C6 and 0C. RGB value is (219,198,12). Sum of RGB (Red+Green+Blue) = 219+198+12=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC60C is #2439F3. Grayscale: #B7B7B7. Windows color (decimal): -2374132 or 837339. OLE color: 837339.
HSL color Cylindrical-coordinate representation of color #DBC60C: hue angle of 53.91º 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 #DBC60C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.14 |
| HSL | 53.91º | 0.9% | 0.45% | - |
| HSV(B) | 53.91º | 0.95% | 0.86% | - |
| XYZ | 49.47 | 55.47 | 8.45 | - |
| YUV | 183.08 | 31.46 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 12 | 0 | 0.10 | 0.95 | 0.14 | 53.91 | 0.9 | 0.45 |
| Hex | DB | C6 | C | 0 | A | 5F | E | 36 | 5A | 2D |
| Octal | 333 | 306 | 14 | 0 | 12 | 137 | 16 | 66 | 132 | 55 |
| Binary | 11011011 | 11000110 | 1100 | 0 | 1010 | 1011111 | 1110 | 110110 | 1011010 | 101101 |
Color Harmonies of #DBC60C
Complementary color
Monochromatic Colors of #DBC60C
Black with #DBC60C
Text Example
Text Example
White with #DBC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC60C; }
p { color: rgb(219,198,12); }
H1.HeaderClassName
{
color: #DBC60C;
}
.AnyTagClassName
{
color: #DBC60C;
}
</style>
background-color css
<style>
a { background-color: #DBC60C; }
a { background-color: rgb(219,198,12); }
div.DivClassName
{
background-color: #DBC60C;
}
.BgClassName
{
background-color: #DBC60C;
}
</style>
border-color css
<style>
span { border-color: #DBC60C; }
span { border-color: rgb(219,198,12); }
td.TdClassName
{
border-color: #DBC60C;
}
.TagClassName
{
border-color: #DBC60C;
}
</style>