Shades of Sunflower #DBB302
Tints of Sunflower #DBB302
RGB
CMYK
RGB Variations
Color information
#DBB302 (or 0xDBB302) is known color: Sunflower. HEX triplet: DB, B3 and 02. RGB value is (219,179,2). Sum of RGB (Red+Green+Blue) = 219+179+2=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB302 is #244CFD. Grayscale: #ABABAB. Windows color (decimal): -2379006 or 177115. OLE color: 177115.
HSL color Cylindrical-coordinate representation of color #DBB302: hue angle of 48.94º 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 #DBB302 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.14 |
| HSL | 48.94º | 0.98% | 0.43% | - |
| HSV(B) | 48.94º | 0.99% | 0.86% | - |
| XYZ | 45.34 | 47.3 | 6.8 | - |
| YUV | 170.78 | 32.75 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 2 | 0 | 0.18 | 0.99 | 0.14 | 48.94 | 0.98 | 0.43 |
| Hex | DB | B3 | 2 | 0 | 12 | 63 | E | 31 | 62 | 2B |
| Octal | 333 | 263 | 2 | 0 | 22 | 143 | 16 | 61 | 142 | 53 |
| Binary | 11011011 | 10110011 | 10 | 0 | 10010 | 1100011 | 1110 | 110001 | 1100010 | 101011 |
Color Harmonies of #DBB302
Complementary color
Monochromatic Colors of #DBB302
Black with #DBB302
Text Example
Text Example
White with #DBB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB302; }
p { color: rgb(219,179,2); }
H1.HeaderClassName
{
color: #DBB302;
}
.AnyTagClassName
{
color: #DBB302;
}
</style>
background-color css
<style>
a { background-color: #DBB302; }
a { background-color: rgb(219,179,2); }
div.DivClassName
{
background-color: #DBB302;
}
.BgClassName
{
background-color: #DBB302;
}
</style>
border-color css
<style>
span { border-color: #DBB302; }
span { border-color: rgb(219,179,2); }
td.TdClassName
{
border-color: #DBB302;
}
.TagClassName
{
border-color: #DBB302;
}
</style>