Shades of Sunflower #DBB200
Tints of Sunflower #DBB200
RGB
CMYK
RGB Variations
Color information
#DBB200 (or 0xDBB200) is known color: Sunflower. HEX triplet: DB, B2 and 00. RGB value is (219,178,0). Sum of RGB (Red+Green+Blue) = 219+178+0=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB200 is #244DFF. Grayscale: #AAAAAA. Windows color (decimal): -2379264 or 45787. OLE color: 45787.
HSL color Cylindrical-coordinate representation of color #DBB200: hue angle of 48.77º 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 #DBB200 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.14 |
| HSL | 48.77º | 1% | 0.43% | - |
| HSV(B) | 48.77º | 1% | 0.86% | - |
| XYZ | 45.13 | 46.9 | 6.67 | - |
| YUV | 169.97 | 32.08 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 0 | 0 | 0.19 | 1 | 0.14 | 48.77 | 1 | 0.43 |
| Hex | DB | B2 | 0 | 0 | 13 | 64 | E | 31 | 64 | 2B |
| Octal | 333 | 262 | 0 | 0 | 23 | 144 | 16 | 61 | 144 | 53 |
| Binary | 11011011 | 10110010 | 0 | 0 | 10011 | 1100100 | 1110 | 110001 | 1100100 | 101011 |
Color Harmonies of #DBB200
Complementary color
Monochromatic Colors of #DBB200
Black with #DBB200
Text Example
Text Example
White with #DBB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB200; }
p { color: rgb(219,178,0); }
H1.HeaderClassName
{
color: #DBB200;
}
.AnyTagClassName
{
color: #DBB200;
}
</style>
background-color css
<style>
a { background-color: #DBB200; }
a { background-color: rgb(219,178,0); }
div.DivClassName
{
background-color: #DBB200;
}
.BgClassName
{
background-color: #DBB200;
}
</style>
border-color css
<style>
span { border-color: #DBB200; }
span { border-color: rgb(219,178,0); }
td.TdClassName
{
border-color: #DBB200;
}
.TagClassName
{
border-color: #DBB200;
}
</style>