Shades of Sunflower #DBC31D
Tints of Sunflower #DBC31D
RGB
CMYK
RGB Variations
Color information
#DBC31D (or 0xDBC31D) is known color: Sunflower. HEX triplet: DB, C3 and 1D. RGB value is (219,195,29). Sum of RGB (Red+Green+Blue) = 219+195+29=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC31D is #243CE2. Grayscale: #B7B7B7. Windows color (decimal): -2374883 or 1950683. OLE color: 1950683.
HSL color Cylindrical-coordinate representation of color #DBC31D: hue angle of 52.42º 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 #DBC31D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 29 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.14 |
| HSL | 52.42º | 0.77% | 0.49% | - |
| HSV(B) | 52.42º | 0.87% | 0.86% | - |
| XYZ | 48.95 | 54.18 | 9.04 | - |
| YUV | 183.25 | 40.95 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 29 | 0 | 0.11 | 0.87 | 0.14 | 52.42 | 0.77 | 0.49 |
| Hex | DB | C3 | 1D | 0 | B | 57 | E | 34 | 4D | 31 |
| Octal | 333 | 303 | 35 | 0 | 13 | 127 | 16 | 64 | 115 | 61 |
| Binary | 11011011 | 11000011 | 11101 | 0 | 1011 | 1010111 | 1110 | 110100 | 1001101 | 110001 |
Color Harmonies of #DBC31D
Complementary color
Monochromatic Colors of #DBC31D
Black with #DBC31D
Text Example
Text Example
White with #DBC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC31D; }
p { color: rgb(219,195,29); }
H1.HeaderClassName
{
color: #DBC31D;
}
.AnyTagClassName
{
color: #DBC31D;
}
</style>
background-color css
<style>
a { background-color: #DBC31D; }
a { background-color: rgb(219,195,29); }
div.DivClassName
{
background-color: #DBC31D;
}
.BgClassName
{
background-color: #DBC31D;
}
</style>
border-color css
<style>
span { border-color: #DBC31D; }
span { border-color: rgb(219,195,29); }
td.TdClassName
{
border-color: #DBC31D;
}
.TagClassName
{
border-color: #DBC31D;
}
</style>