Shades of Sunflower #DBC812
Tints of Sunflower #DBC812
RGB
CMYK
RGB Variations
Color information
#DBC812 (or 0xDBC812) is known color: Sunflower. HEX triplet: DB, C8 and 12. RGB value is (219,200,18). Sum of RGB (Red+Green+Blue) = 219+200+18=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC812 is #2437ED. Grayscale: #B9B9B9. Windows color (decimal): -2373614 or 1231067. OLE color: 1231067.
HSL color Cylindrical-coordinate representation of color #DBC812: hue angle of 54.33º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBC812 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.14 |
| HSL | 54.33º | 0.85% | 0.46% | - |
| HSV(B) | 54.33º | 0.92% | 0.86% | - |
| XYZ | 49.98 | 56.41 | 8.83 | - |
| YUV | 184.93 | 33.79 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 18 | 0 | 0.09 | 0.92 | 0.14 | 54.33 | 0.85 | 0.46 |
| Hex | DB | C8 | 12 | 0 | 9 | 5C | E | 36 | 55 | 2E |
| Octal | 333 | 310 | 22 | 0 | 11 | 134 | 16 | 66 | 125 | 56 |
| Binary | 11011011 | 11001000 | 10010 | 0 | 1001 | 1011100 | 1110 | 110110 | 1010101 | 101110 |
Color Harmonies of #DBC812
Complementary color
Monochromatic Colors of #DBC812
Black with #DBC812
Text Example
Text Example
White with #DBC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC812; }
p { color: rgb(219,200,18); }
H1.HeaderClassName
{
color: #DBC812;
}
.AnyTagClassName
{
color: #DBC812;
}
</style>
background-color css
<style>
a { background-color: #DBC812; }
a { background-color: rgb(219,200,18); }
div.DivClassName
{
background-color: #DBC812;
}
.BgClassName
{
background-color: #DBC812;
}
</style>
border-color css
<style>
span { border-color: #DBC812; }
span { border-color: rgb(219,200,18); }
td.TdClassName
{
border-color: #DBC812;
}
.TagClassName
{
border-color: #DBC812;
}
</style>