Shades of Sunflower #DBB714
Tints of Sunflower #DBB714
RGB
CMYK
RGB Variations
Color information
#DBB714 (or 0xDBB714) is known color: Sunflower. HEX triplet: DB, B7 and 14. RGB value is (219,183,20). Sum of RGB (Red+Green+Blue) = 219+183+20=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB714 is #2448EB. Grayscale: #AFAFAF. Windows color (decimal): -2377964 or 1357787. OLE color: 1357787.
HSL color Cylindrical-coordinate representation of color #DBB714: hue angle of 49.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBB714 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 20 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.14 |
| HSL | 49.15º | 0.83% | 0.47% | - |
| HSV(B) | 49.15º | 0.91% | 0.86% | - |
| XYZ | 46.27 | 48.98 | 7.68 | - |
| YUV | 175.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 20 | 0 | 0.16 | 0.91 | 0.14 | 49.15 | 0.83 | 0.47 |
| Hex | DB | B7 | 14 | 0 | 10 | 5B | E | 31 | 53 | 2F |
| Octal | 333 | 267 | 24 | 0 | 20 | 133 | 16 | 61 | 123 | 57 |
| Binary | 11011011 | 10110111 | 10100 | 0 | 10000 | 1011011 | 1110 | 110001 | 1010011 | 101111 |
Color Harmonies of #DBB714
Complementary color
Monochromatic Colors of #DBB714
Black with #DBB714
Text Example
Text Example
White with #DBB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB714; }
p { color: rgb(219,183,20); }
H1.HeaderClassName
{
color: #DBB714;
}
.AnyTagClassName
{
color: #DBB714;
}
</style>
background-color css
<style>
a { background-color: #DBB714; }
a { background-color: rgb(219,183,20); }
div.DivClassName
{
background-color: #DBB714;
}
.BgClassName
{
background-color: #DBB714;
}
</style>
border-color css
<style>
span { border-color: #DBB714; }
span { border-color: rgb(219,183,20); }
td.TdClassName
{
border-color: #DBB714;
}
.TagClassName
{
border-color: #DBB714;
}
</style>