Shades of Sunflower #DBB502
Tints of Sunflower #DBB502
RGB
CMYK
RGB Variations
Color information
#DBB502 (or 0xDBB502) is known color: Sunflower. HEX triplet: DB, B5 and 02. RGB value is (219,181,2). Sum of RGB (Red+Green+Blue) = 219+181+2=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB502 is #244AFD. Grayscale: #ACACAC. Windows color (decimal): -2378494 or 177627. OLE color: 177627.
HSL color Cylindrical-coordinate representation of color #DBB502: hue angle of 49.49º 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 #DBB502 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.14 |
| HSL | 49.49º | 0.98% | 0.43% | - |
| HSV(B) | 49.49º | 0.99% | 0.86% | - |
| XYZ | 45.75 | 48.11 | 6.93 | - |
| YUV | 171.96 | 32.09 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 2 | 0 | 0.17 | 0.99 | 0.14 | 49.49 | 0.98 | 0.43 |
| Hex | DB | B5 | 2 | 0 | 11 | 63 | E | 31 | 62 | 2B |
| Octal | 333 | 265 | 2 | 0 | 21 | 143 | 16 | 61 | 142 | 53 |
| Binary | 11011011 | 10110101 | 10 | 0 | 10001 | 1100011 | 1110 | 110001 | 1100010 | 101011 |
Color Harmonies of #DBB502
Complementary color
Monochromatic Colors of #DBB502
Black with #DBB502
Text Example
Text Example
White with #DBB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB502; }
p { color: rgb(219,181,2); }
H1.HeaderClassName
{
color: #DBB502;
}
.AnyTagClassName
{
color: #DBB502;
}
</style>
background-color css
<style>
a { background-color: #DBB502; }
a { background-color: rgb(219,181,2); }
div.DivClassName
{
background-color: #DBB502;
}
.BgClassName
{
background-color: #DBB502;
}
</style>
border-color css
<style>
span { border-color: #DBB502; }
span { border-color: rgb(219,181,2); }
td.TdClassName
{
border-color: #DBB502;
}
.TagClassName
{
border-color: #DBB502;
}
</style>