Shades of Sunflower #DBBD27
Tints of Sunflower #DBBD27
RGB
CMYK
RGB Variations
Color information
#DBBD27 (or 0xDBBD27) is known color: Sunflower. HEX triplet: DB, BD and 27. RGB value is (219,189,39). Sum of RGB (Red+Green+Blue) = 219+189+39=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD27 is #2442D8. Grayscale: #B5B5B5. Windows color (decimal): -2376409 or 2604507. OLE color: 2604507.
HSL color Cylindrical-coordinate representation of color #DBBD27: hue angle of 50º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBBD27 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 39 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.14 |
| HSL | 50º | 0.71% | 0.51% | - |
| HSV(B) | 50º | 0.82% | 0.86% | - |
| XYZ | 47.78 | 51.6 | 9.36 | - |
| YUV | 180.87 | 47.94 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 39 | 0 | 0.14 | 0.82 | 0.14 | 50 | 0.71 | 0.51 |
| Hex | DB | BD | 27 | 0 | E | 52 | E | 32 | 47 | 33 |
| Octal | 333 | 275 | 47 | 0 | 16 | 122 | 16 | 62 | 107 | 63 |
| Binary | 11011011 | 10111101 | 100111 | 0 | 1110 | 1010010 | 1110 | 110010 | 1000111 | 110011 |
Color Harmonies of #DBBD27
Complementary color
Monochromatic Colors of #DBBD27
Black with #DBBD27
Text Example
Text Example
White with #DBBD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD27; }
p { color: rgb(219,189,39); }
H1.HeaderClassName
{
color: #DBBD27;
}
.AnyTagClassName
{
color: #DBBD27;
}
</style>
background-color css
<style>
a { background-color: #DBBD27; }
a { background-color: rgb(219,189,39); }
div.DivClassName
{
background-color: #DBBD27;
}
.BgClassName
{
background-color: #DBBD27;
}
</style>
border-color css
<style>
span { border-color: #DBBD27; }
span { border-color: rgb(219,189,39); }
td.TdClassName
{
border-color: #DBBD27;
}
.TagClassName
{
border-color: #DBBD27;
}
</style>