Shades of Sunflower #DBB51C
Tints of Sunflower #DBB51C
RGB
CMYK
RGB Variations
Color information
#DBB51C (or 0xDBB51C) is known color: Sunflower. HEX triplet: DB, B5 and 1C. RGB value is (219,181,28). Sum of RGB (Red+Green+Blue) = 219+181+28=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB51C is #244AE3. Grayscale: #AFAFAF. Windows color (decimal): -2378468 or 1881563. OLE color: 1881563.
HSL color Cylindrical-coordinate representation of color #DBB51C: hue angle of 48.06º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBB51C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 28 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.14 |
| HSL | 48.06º | 0.77% | 0.48% | - |
| HSV(B) | 48.06º | 0.87% | 0.86% | - |
| XYZ | 45.95 | 48.19 | 7.98 | - |
| YUV | 174.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 28 | 0 | 0.17 | 0.87 | 0.14 | 48.06 | 0.77 | 0.48 |
| Hex | DB | B5 | 1C | 0 | 11 | 57 | E | 30 | 4D | 30 |
| Octal | 333 | 265 | 34 | 0 | 21 | 127 | 16 | 60 | 115 | 60 |
| Binary | 11011011 | 10110101 | 11100 | 0 | 10001 | 1010111 | 1110 | 110000 | 1001101 | 110000 |
Color Harmonies of #DBB51C
Complementary color
Monochromatic Colors of #DBB51C
Black with #DBB51C
Text Example
Text Example
White with #DBB51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB51C; }
p { color: rgb(219,181,28); }
H1.HeaderClassName
{
color: #DBB51C;
}
.AnyTagClassName
{
color: #DBB51C;
}
</style>
background-color css
<style>
a { background-color: #DBB51C; }
a { background-color: rgb(219,181,28); }
div.DivClassName
{
background-color: #DBB51C;
}
.BgClassName
{
background-color: #DBB51C;
}
</style>
border-color css
<style>
span { border-color: #DBB51C; }
span { border-color: rgb(219,181,28); }
td.TdClassName
{
border-color: #DBB51C;
}
.TagClassName
{
border-color: #DBB51C;
}
</style>