Shades of Sunflower #DBBB0C
Tints of Sunflower #DBBB0C
RGB
CMYK
RGB Variations
Color information
#DBBB0C (or 0xDBBB0C) is known color: Sunflower. HEX triplet: DB, BB and 0C. RGB value is (219,187,12). Sum of RGB (Red+Green+Blue) = 219+187+12=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBB0C is #2444F3. Grayscale: #B1B1B1. Windows color (decimal): -2376948 or 834523. OLE color: 834523.
HSL color Cylindrical-coordinate representation of color #DBBB0C: hue angle of 50.72º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBBB0C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.14 |
| HSL | 50.72º | 0.9% | 0.45% | - |
| HSV(B) | 50.72º | 0.95% | 0.86% | - |
| XYZ | 47.05 | 50.63 | 7.64 | - |
| YUV | 176.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 12 | 0 | 0.15 | 0.95 | 0.14 | 50.72 | 0.9 | 0.45 |
| Hex | DB | BB | C | 0 | F | 5F | E | 33 | 5A | 2D |
| Octal | 333 | 273 | 14 | 0 | 17 | 137 | 16 | 63 | 132 | 55 |
| Binary | 11011011 | 10111011 | 1100 | 0 | 1111 | 1011111 | 1110 | 110011 | 1011010 | 101101 |
Color Harmonies of #DBBB0C
Complementary color
Monochromatic Colors of #DBBB0C
Black with #DBBB0C
Text Example
Text Example
White with #DBBB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB0C; }
p { color: rgb(219,187,12); }
H1.HeaderClassName
{
color: #DBBB0C;
}
.AnyTagClassName
{
color: #DBBB0C;
}
</style>
background-color css
<style>
a { background-color: #DBBB0C; }
a { background-color: rgb(219,187,12); }
div.DivClassName
{
background-color: #DBBB0C;
}
.BgClassName
{
background-color: #DBBB0C;
}
</style>
border-color css
<style>
span { border-color: #DBBB0C; }
span { border-color: rgb(219,187,12); }
td.TdClassName
{
border-color: #DBBB0C;
}
.TagClassName
{
border-color: #DBBB0C;
}
</style>