Shades of Sunflower #DBC00A
Tints of Sunflower #DBC00A
RGB
CMYK
RGB Variations
Color information
#DBC00A (or 0xDBC00A) is known color: Sunflower. HEX triplet: DB, C0 and 0A. RGB value is (219,192,10). Sum of RGB (Red+Green+Blue) = 219+192+10=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC00A is #243FF5. Grayscale: #B4B4B4. Windows color (decimal): -2375670 or 704731. OLE color: 704731.
HSL color Cylindrical-coordinate representation of color #DBC00A: hue angle of 52.25º degrees, saturation: 0.91, 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 #DBC00A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.14 |
| HSL | 52.25º | 0.91% | 0.45% | - |
| HSV(B) | 52.25º | 0.95% | 0.86% | - |
| XYZ | 48.12 | 52.78 | 7.94 | - |
| YUV | 179.33 | 32.45 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 10 | 0 | 0.12 | 0.95 | 0.14 | 52.25 | 0.91 | 0.45 |
| Hex | DB | C0 | A | 0 | C | 5F | E | 34 | 5B | 2D |
| Octal | 333 | 300 | 12 | 0 | 14 | 137 | 16 | 64 | 133 | 55 |
| Binary | 11011011 | 11000000 | 1010 | 0 | 1100 | 1011111 | 1110 | 110100 | 1011011 | 101101 |
Color Harmonies of #DBC00A
Complementary color
Monochromatic Colors of #DBC00A
Black with #DBC00A
Text Example
Text Example
White with #DBC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC00A; }
p { color: rgb(219,192,10); }
H1.HeaderClassName
{
color: #DBC00A;
}
.AnyTagClassName
{
color: #DBC00A;
}
</style>
background-color css
<style>
a { background-color: #DBC00A; }
a { background-color: rgb(219,192,10); }
div.DivClassName
{
background-color: #DBC00A;
}
.BgClassName
{
background-color: #DBC00A;
}
</style>
border-color css
<style>
span { border-color: #DBC00A; }
span { border-color: rgb(219,192,10); }
td.TdClassName
{
border-color: #DBC00A;
}
.TagClassName
{
border-color: #DBC00A;
}
</style>