Shades of Sunflower #DBB71A
Tints of Sunflower #DBB71A
RGB
CMYK
RGB Variations
Color information
#DBB71A (or 0xDBB71A) is known color: Sunflower. HEX triplet: DB, B7 and 1A. RGB value is (219,183,26). Sum of RGB (Red+Green+Blue) = 219+183+26=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB71A is #2448E5. Grayscale: #B0B0B0. Windows color (decimal): -2377958 or 1751003. OLE color: 1751003.
HSL color Cylindrical-coordinate representation of color #DBB71A: hue angle of 48.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBB71A is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 26 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.14 |
| HSL | 48.81º | 0.79% | 0.48% | - |
| HSV(B) | 48.81º | 0.88% | 0.86% | - |
| XYZ | 46.33 | 49 | 7.99 | - |
| YUV | 175.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 26 | 0 | 0.16 | 0.88 | 0.14 | 48.81 | 0.79 | 0.48 |
| Hex | DB | B7 | 1A | 0 | 10 | 58 | E | 31 | 4F | 30 |
| Octal | 333 | 267 | 32 | 0 | 20 | 130 | 16 | 61 | 117 | 60 |
| Binary | 11011011 | 10110111 | 11010 | 0 | 10000 | 1011000 | 1110 | 110001 | 1001111 | 110000 |
Color Harmonies of #DBB71A
Complementary color
Monochromatic Colors of #DBB71A
Black with #DBB71A
Text Example
Text Example
White with #DBB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB71A; }
p { color: rgb(219,183,26); }
H1.HeaderClassName
{
color: #DBB71A;
}
.AnyTagClassName
{
color: #DBB71A;
}
</style>
background-color css
<style>
a { background-color: #DBB71A; }
a { background-color: rgb(219,183,26); }
div.DivClassName
{
background-color: #DBB71A;
}
.BgClassName
{
background-color: #DBB71A;
}
</style>
border-color css
<style>
span { border-color: #DBB71A; }
span { border-color: rgb(219,183,26); }
td.TdClassName
{
border-color: #DBB71A;
}
.TagClassName
{
border-color: #DBB71A;
}
</style>