Shades of Sunflower #DBBC27
Tints of Sunflower #DBBC27
RGB
CMYK
RGB Variations
Color information
#DBBC27 (or 0xDBBC27) is known color: Sunflower. HEX triplet: DB, BC and 27. RGB value is (219,188,39). Sum of RGB (Red+Green+Blue) = 219+188+39=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC27 is #2443D8. Grayscale: #B4B4B4. Windows color (decimal): -2376665 or 2604251. OLE color: 2604251.
HSL color Cylindrical-coordinate representation of color #DBBC27: hue angle of 49.67º 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 #DBBC27 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 39 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.14 |
| HSL | 49.67º | 0.71% | 0.51% | - |
| HSV(B) | 49.67º | 0.82% | 0.86% | - |
| XYZ | 47.56 | 51.17 | 9.29 | - |
| YUV | 180.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 39 | 0 | 0.14 | 0.82 | 0.14 | 49.67 | 0.71 | 0.51 |
| Hex | DB | BC | 27 | 0 | E | 52 | E | 32 | 47 | 33 |
| Octal | 333 | 274 | 47 | 0 | 16 | 122 | 16 | 62 | 107 | 63 |
| Binary | 11011011 | 10111100 | 100111 | 0 | 1110 | 1010010 | 1110 | 110010 | 1000111 | 110011 |
Color Harmonies of #DBBC27
Complementary color
Monochromatic Colors of #DBBC27
Black with #DBBC27
Text Example
Text Example
White with #DBBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC27; }
p { color: rgb(219,188,39); }
H1.HeaderClassName
{
color: #DBBC27;
}
.AnyTagClassName
{
color: #DBBC27;
}
</style>
background-color css
<style>
a { background-color: #DBBC27; }
a { background-color: rgb(219,188,39); }
div.DivClassName
{
background-color: #DBBC27;
}
.BgClassName
{
background-color: #DBBC27;
}
</style>
border-color css
<style>
span { border-color: #DBBC27; }
span { border-color: rgb(219,188,39); }
td.TdClassName
{
border-color: #DBBC27;
}
.TagClassName
{
border-color: #DBBC27;
}
</style>