Shades of Sunflower #DBBB1D
Tints of Sunflower #DBBB1D
RGB
CMYK
RGB Variations
Color information
#DBBB1D (or 0xDBBB1D) is known color: Sunflower. HEX triplet: DB, BB and 1D. RGB value is (219,187,29). Sum of RGB (Red+Green+Blue) = 219+187+29=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB1D is #2444E2. Grayscale: #B3B3B3. Windows color (decimal): -2376931 or 1948635. OLE color: 1948635.
HSL color Cylindrical-coordinate representation of color #DBBB1D: hue angle of 49.89º 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 #DBBB1D is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 29 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.14 |
| HSL | 49.89º | 0.77% | 0.49% | - |
| HSV(B) | 49.89º | 0.87% | 0.86% | - |
| XYZ | 47.21 | 50.69 | 8.46 | - |
| YUV | 178.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 29 | 0 | 0.15 | 0.87 | 0.14 | 49.89 | 0.77 | 0.49 |
| Hex | DB | BB | 1D | 0 | F | 57 | E | 32 | 4D | 31 |
| Octal | 333 | 273 | 35 | 0 | 17 | 127 | 16 | 62 | 115 | 61 |
| Binary | 11011011 | 10111011 | 11101 | 0 | 1111 | 1010111 | 1110 | 110010 | 1001101 | 110001 |
Color Harmonies of #DBBB1D
Complementary color
Monochromatic Colors of #DBBB1D
Black with #DBBB1D
Text Example
Text Example
White with #DBBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB1D; }
p { color: rgb(219,187,29); }
H1.HeaderClassName
{
color: #DBBB1D;
}
.AnyTagClassName
{
color: #DBBB1D;
}
</style>
background-color css
<style>
a { background-color: #DBBB1D; }
a { background-color: rgb(219,187,29); }
div.DivClassName
{
background-color: #DBBB1D;
}
.BgClassName
{
background-color: #DBBB1D;
}
</style>
border-color css
<style>
span { border-color: #DBBB1D; }
span { border-color: rgb(219,187,29); }
td.TdClassName
{
border-color: #DBBB1D;
}
.TagClassName
{
border-color: #DBBB1D;
}
</style>