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