Shades of Sunflower #DBBD07
Tints of Sunflower #DBBD07
RGB
CMYK
RGB Variations
Color information
#DBBD07 (or 0xDBBD07) is known color: Sunflower. HEX triplet: DB, BD and 07. RGB value is (219,189,7). Sum of RGB (Red+Green+Blue) = 219+189+7=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD07 is #2442F8. Grayscale: #B1B1B1. Windows color (decimal): -2376441 or 507355. OLE color: 507355.
HSL color Cylindrical-coordinate representation of color #DBBD07: hue angle of 51.51º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBBD07 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.14 |
| HSL | 51.51º | 0.94% | 0.44% | - |
| HSV(B) | 51.51º | 0.97% | 0.86% | - |
| XYZ | 47.45 | 51.47 | 7.63 | - |
| YUV | 177.22 | 31.94 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 7 | 0 | 0.14 | 0.97 | 0.14 | 51.51 | 0.94 | 0.44 |
| Hex | DB | BD | 7 | 0 | E | 61 | E | 34 | 5E | 2C |
| Octal | 333 | 275 | 7 | 0 | 16 | 141 | 16 | 64 | 136 | 54 |
| Binary | 11011011 | 10111101 | 111 | 0 | 1110 | 1100001 | 1110 | 110100 | 1011110 | 101100 |
Color Harmonies of #DBBD07
Complementary color
Monochromatic Colors of #DBBD07
Black with #DBBD07
Text Example
Text Example
White with #DBBD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD07; }
p { color: rgb(219,189,7); }
H1.HeaderClassName
{
color: #DBBD07;
}
.AnyTagClassName
{
color: #DBBD07;
}
</style>
background-color css
<style>
a { background-color: #DBBD07; }
a { background-color: rgb(219,189,7); }
div.DivClassName
{
background-color: #DBBD07;
}
.BgClassName
{
background-color: #DBBD07;
}
</style>
border-color css
<style>
span { border-color: #DBBD07; }
span { border-color: rgb(219,189,7); }
td.TdClassName
{
border-color: #DBBD07;
}
.TagClassName
{
border-color: #DBBD07;
}
</style>