Shades of Sunflower #DBC00F
Tints of Sunflower #DBC00F
RGB
CMYK
RGB Variations
Color information
#DBC00F (or 0xDBC00F) is known color: Sunflower. HEX triplet: DB, C0 and 0F. RGB value is (219,192,15). Sum of RGB (Red+Green+Blue) = 219+192+15=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC00F is #243FF0. Grayscale: #B4B4B4. Windows color (decimal): -2375665 or 1032411. OLE color: 1032411.
HSL color Cylindrical-coordinate representation of color #DBC00F: hue angle of 52.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBC00F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.14 |
| HSL | 52.06º | 0.87% | 0.46% | - |
| HSV(B) | 52.06º | 0.93% | 0.86% | - |
| XYZ | 48.15 | 52.79 | 8.1 | - |
| YUV | 179.9 | 34.95 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 15 | 0 | 0.12 | 0.93 | 0.14 | 52.06 | 0.87 | 0.46 |
| Hex | DB | C0 | F | 0 | C | 5D | E | 34 | 57 | 2E |
| Octal | 333 | 300 | 17 | 0 | 14 | 135 | 16 | 64 | 127 | 56 |
| Binary | 11011011 | 11000000 | 1111 | 0 | 1100 | 1011101 | 1110 | 110100 | 1010111 | 101110 |
Color Harmonies of #DBC00F
Complementary color
Monochromatic Colors of #DBC00F
Black with #DBC00F
Text Example
Text Example
White with #DBC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC00F; }
p { color: rgb(219,192,15); }
H1.HeaderClassName
{
color: #DBC00F;
}
.AnyTagClassName
{
color: #DBC00F;
}
</style>
background-color css
<style>
a { background-color: #DBC00F; }
a { background-color: rgb(219,192,15); }
div.DivClassName
{
background-color: #DBC00F;
}
.BgClassName
{
background-color: #DBC00F;
}
</style>
border-color css
<style>
span { border-color: #DBC00F; }
span { border-color: rgb(219,192,15); }
td.TdClassName
{
border-color: #DBC00F;
}
.TagClassName
{
border-color: #DBC00F;
}
</style>