Shades of Sunflower #DBBC02
Tints of Sunflower #DBBC02
RGB
CMYK
RGB Variations
Color information
#DBBC02 (or 0xDBBC02) is known color: Sunflower. HEX triplet: DB, BC and 02. RGB value is (219,188,2). Sum of RGB (Red+Green+Blue) = 219+188+2=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC02 is #2443FD. Grayscale: #B0B0B0. Windows color (decimal): -2376702 or 179419. OLE color: 179419.
HSL color Cylindrical-coordinate representation of color #DBBC02: hue angle of 51.43º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBBC02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.14 |
| HSL | 51.43º | 0.98% | 0.43% | - |
| HSV(B) | 51.43º | 0.99% | 0.86% | - |
| XYZ | 47.21 | 51.03 | 7.42 | - |
| YUV | 176.07 | 29.77 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 2 | 0 | 0.14 | 0.99 | 0.14 | 51.43 | 0.98 | 0.43 |
| Hex | DB | BC | 2 | 0 | E | 63 | E | 33 | 62 | 2B |
| Octal | 333 | 274 | 2 | 0 | 16 | 143 | 16 | 63 | 142 | 53 |
| Binary | 11011011 | 10111100 | 10 | 0 | 1110 | 1100011 | 1110 | 110011 | 1100010 | 101011 |
Color Harmonies of #DBBC02
Complementary color
Monochromatic Colors of #DBBC02
Black with #DBBC02
Text Example
Text Example
White with #DBBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC02; }
p { color: rgb(219,188,2); }
H1.HeaderClassName
{
color: #DBBC02;
}
.AnyTagClassName
{
color: #DBBC02;
}
</style>
background-color css
<style>
a { background-color: #DBBC02; }
a { background-color: rgb(219,188,2); }
div.DivClassName
{
background-color: #DBBC02;
}
.BgClassName
{
background-color: #DBBC02;
}
</style>
border-color css
<style>
span { border-color: #DBBC02; }
span { border-color: rgb(219,188,2); }
td.TdClassName
{
border-color: #DBBC02;
}
.TagClassName
{
border-color: #DBBC02;
}
</style>