Shades of Sunflower #DBC70C
Tints of Sunflower #DBC70C
RGB
CMYK
RGB Variations
Color information
#DBC70C (or 0xDBC70C) is known color: Sunflower. HEX triplet: DB, C7 and 0C. RGB value is (219,199,12). Sum of RGB (Red+Green+Blue) = 219+199+12=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC70C is #2438F3. Grayscale: #B8B8B8. Windows color (decimal): -2373876 or 837595. OLE color: 837595.
HSL color Cylindrical-coordinate representation of color #DBC70C: hue angle of 54.2º 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 #DBC70C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.14 |
| HSL | 54.2º | 0.9% | 0.45% | - |
| HSV(B) | 54.2º | 0.95% | 0.86% | - |
| XYZ | 49.7 | 55.93 | 8.52 | - |
| YUV | 183.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 12 | 0 | 0.09 | 0.95 | 0.14 | 54.2 | 0.9 | 0.45 |
| Hex | DB | C7 | C | 0 | 9 | 5F | E | 36 | 5A | 2D |
| Octal | 333 | 307 | 14 | 0 | 11 | 137 | 16 | 66 | 132 | 55 |
| Binary | 11011011 | 11000111 | 1100 | 0 | 1001 | 1011111 | 1110 | 110110 | 1011010 | 101101 |
Color Harmonies of #DBC70C
Complementary color
Monochromatic Colors of #DBC70C
Black with #DBC70C
Text Example
Text Example
White with #DBC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC70C; }
p { color: rgb(219,199,12); }
H1.HeaderClassName
{
color: #DBC70C;
}
.AnyTagClassName
{
color: #DBC70C;
}
</style>
background-color css
<style>
a { background-color: #DBC70C; }
a { background-color: rgb(219,199,12); }
div.DivClassName
{
background-color: #DBC70C;
}
.BgClassName
{
background-color: #DBC70C;
}
</style>
border-color css
<style>
span { border-color: #DBC70C; }
span { border-color: rgb(219,199,12); }
td.TdClassName
{
border-color: #DBC70C;
}
.TagClassName
{
border-color: #DBC70C;
}
</style>