Shades of Sunflower #DBC10D
Tints of Sunflower #DBC10D
RGB
CMYK
RGB Variations
Color information
#DBC10D (or 0xDBC10D) is known color: Sunflower. HEX triplet: DB, C1 and 0D. RGB value is (219,193,13). Sum of RGB (Red+Green+Blue) = 219+193+13=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC10D is #243EF2. Grayscale: #B5B5B5. Windows color (decimal): -2375411 or 901595. OLE color: 901595.
HSL color Cylindrical-coordinate representation of color #DBC10D: hue angle of 52.43º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBC10D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.14 |
| HSL | 52.43º | 0.89% | 0.45% | - |
| HSV(B) | 52.43º | 0.94% | 0.86% | - |
| XYZ | 48.36 | 53.23 | 8.11 | - |
| YUV | 180.25 | 33.61 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 13 | 0 | 0.12 | 0.94 | 0.14 | 52.43 | 0.89 | 0.45 |
| Hex | DB | C1 | D | 0 | C | 5E | E | 34 | 59 | 2D |
| Octal | 333 | 301 | 15 | 0 | 14 | 136 | 16 | 64 | 131 | 55 |
| Binary | 11011011 | 11000001 | 1101 | 0 | 1100 | 1011110 | 1110 | 110100 | 1011001 | 101101 |
Color Harmonies of #DBC10D
Complementary color
Monochromatic Colors of #DBC10D
Black with #DBC10D
Text Example
Text Example
White with #DBC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC10D; }
p { color: rgb(219,193,13); }
H1.HeaderClassName
{
color: #DBC10D;
}
.AnyTagClassName
{
color: #DBC10D;
}
</style>
background-color css
<style>
a { background-color: #DBC10D; }
a { background-color: rgb(219,193,13); }
div.DivClassName
{
background-color: #DBC10D;
}
.BgClassName
{
background-color: #DBC10D;
}
</style>
border-color css
<style>
span { border-color: #DBC10D; }
span { border-color: rgb(219,193,13); }
td.TdClassName
{
border-color: #DBC10D;
}
.TagClassName
{
border-color: #DBC10D;
}
</style>