Shades of Sunflower #DBB100
Tints of Sunflower #DBB100
RGB
CMYK
RGB Variations
Color information
#DBB100 (or 0xDBB100) is known color: Sunflower. HEX triplet: DB, B1 and 00. RGB value is (219,177,0). Sum of RGB (Red+Green+Blue) = 219+177+0=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB100 is #244EFF. Grayscale: #AAAAAA. Windows color (decimal): -2379520 or 45531. OLE color: 45531.
HSL color Cylindrical-coordinate representation of color #DBB100: hue angle of 48.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBB100 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.14 |
| HSL | 48.49º | 1% | 0.43% | - |
| HSV(B) | 48.49º | 1% | 0.86% | - |
| XYZ | 44.94 | 46.5 | 6.61 | - |
| YUV | 169.38 | 32.41 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 0 | 0 | 0.19 | 1 | 0.14 | 48.49 | 1 | 0.43 |
| Hex | DB | B1 | 0 | 0 | 13 | 64 | E | 30 | 64 | 2B |
| Octal | 333 | 261 | 0 | 0 | 23 | 144 | 16 | 60 | 144 | 53 |
| Binary | 11011011 | 10110001 | 0 | 0 | 10011 | 1100100 | 1110 | 110000 | 1100100 | 101011 |
Color Harmonies of #DBB100
Complementary color
Monochromatic Colors of #DBB100
Black with #DBB100
Text Example
Text Example
White with #DBB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB100; }
p { color: rgb(219,177,0); }
H1.HeaderClassName
{
color: #DBB100;
}
.AnyTagClassName
{
color: #DBB100;
}
</style>
background-color css
<style>
a { background-color: #DBB100; }
a { background-color: rgb(219,177,0); }
div.DivClassName
{
background-color: #DBB100;
}
.BgClassName
{
background-color: #DBB100;
}
</style>
border-color css
<style>
span { border-color: #DBB100; }
span { border-color: rgb(219,177,0); }
td.TdClassName
{
border-color: #DBB100;
}
.TagClassName
{
border-color: #DBB100;
}
</style>