Shades of Sunflower #DBC51D
Tints of Sunflower #DBC51D
RGB
CMYK
RGB Variations
Color information
#DBC51D (or 0xDBC51D) is known color: Sunflower. HEX triplet: DB, C5 and 1D. RGB value is (219,197,29). Sum of RGB (Red+Green+Blue) = 219+197+29=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC51D is #243AE2. Grayscale: #B9B9B9. Windows color (decimal): -2374371 or 1951195. OLE color: 1951195.
HSL color Cylindrical-coordinate representation of color #DBC51D: hue angle of 53.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBC51D is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 29 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.14 |
| HSL | 53.05º | 0.77% | 0.49% | - |
| HSV(B) | 53.05º | 0.87% | 0.86% | - |
| XYZ | 49.4 | 55.08 | 9.19 | - |
| YUV | 184.43 | 40.29 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 29 | 0 | 0.10 | 0.87 | 0.14 | 53.05 | 0.77 | 0.49 |
| Hex | DB | C5 | 1D | 0 | A | 57 | E | 35 | 4D | 31 |
| Octal | 333 | 305 | 35 | 0 | 12 | 127 | 16 | 65 | 115 | 61 |
| Binary | 11011011 | 11000101 | 11101 | 0 | 1010 | 1010111 | 1110 | 110101 | 1001101 | 110001 |
Color Harmonies of #DBC51D
Complementary color
Monochromatic Colors of #DBC51D
Black with #DBC51D
Text Example
Text Example
White with #DBC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC51D; }
p { color: rgb(219,197,29); }
H1.HeaderClassName
{
color: #DBC51D;
}
.AnyTagClassName
{
color: #DBC51D;
}
</style>
background-color css
<style>
a { background-color: #DBC51D; }
a { background-color: rgb(219,197,29); }
div.DivClassName
{
background-color: #DBC51D;
}
.BgClassName
{
background-color: #DBC51D;
}
</style>
border-color css
<style>
span { border-color: #DBC51D; }
span { border-color: rgb(219,197,29); }
td.TdClassName
{
border-color: #DBC51D;
}
.TagClassName
{
border-color: #DBC51D;
}
</style>