Shades of Sunflower #DBBB12
Tints of Sunflower #DBBB12
RGB
CMYK
RGB Variations
Color information
#DBBB12 (or 0xDBBB12) is known color: Sunflower. HEX triplet: DB, BB and 12. RGB value is (219,187,18). Sum of RGB (Red+Green+Blue) = 219+187+18=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB12 is #2444ED. Grayscale: #B2B2B2. Windows color (decimal): -2376942 or 1227739. OLE color: 1227739.
HSL color Cylindrical-coordinate representation of color #DBBB12: hue angle of 50.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBBB12 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.14 |
| HSL | 50.45º | 0.85% | 0.46% | - |
| HSV(B) | 50.45º | 0.92% | 0.86% | - |
| XYZ | 47.09 | 50.64 | 7.87 | - |
| YUV | 177.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 18 | 0 | 0.15 | 0.92 | 0.14 | 50.45 | 0.85 | 0.46 |
| Hex | DB | BB | 12 | 0 | F | 5C | E | 32 | 55 | 2E |
| Octal | 333 | 273 | 22 | 0 | 17 | 134 | 16 | 62 | 125 | 56 |
| Binary | 11011011 | 10111011 | 10010 | 0 | 1111 | 1011100 | 1110 | 110010 | 1010101 | 101110 |
Color Harmonies of #DBBB12
Complementary color
Monochromatic Colors of #DBBB12
Black with #DBBB12
Text Example
Text Example
White with #DBBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB12; }
p { color: rgb(219,187,18); }
H1.HeaderClassName
{
color: #DBBB12;
}
.AnyTagClassName
{
color: #DBBB12;
}
</style>
background-color css
<style>
a { background-color: #DBBB12; }
a { background-color: rgb(219,187,18); }
div.DivClassName
{
background-color: #DBBB12;
}
.BgClassName
{
background-color: #DBBB12;
}
</style>
border-color css
<style>
span { border-color: #DBBB12; }
span { border-color: rgb(219,187,18); }
td.TdClassName
{
border-color: #DBBB12;
}
.TagClassName
{
border-color: #DBBB12;
}
</style>