Shades of Sunflower #DBB40B
Tints of Sunflower #DBB40B
RGB
CMYK
RGB Variations
Color information
#DBB40B (or 0xDBB40B) is known color: Sunflower. HEX triplet: DB, B4 and 0B. RGB value is (219,180,11). Sum of RGB (Red+Green+Blue) = 219+180+11=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB40B is #244BF4. Grayscale: #ADADAD. Windows color (decimal): -2378741 or 767195. OLE color: 767195.
HSL color Cylindrical-coordinate representation of color #DBB40B: hue angle of 48.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBB40B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.14 |
| HSL | 48.75º | 0.9% | 0.45% | - |
| HSV(B) | 48.75º | 0.95% | 0.86% | - |
| XYZ | 45.6 | 47.73 | 7.13 | - |
| YUV | 172.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 11 | 0 | 0.18 | 0.95 | 0.14 | 48.75 | 0.9 | 0.45 |
| Hex | DB | B4 | B | 0 | 12 | 5F | E | 31 | 5A | 2D |
| Octal | 333 | 264 | 13 | 0 | 22 | 137 | 16 | 61 | 132 | 55 |
| Binary | 11011011 | 10110100 | 1011 | 0 | 10010 | 1011111 | 1110 | 110001 | 1011010 | 101101 |
Color Harmonies of #DBB40B
Complementary color
Monochromatic Colors of #DBB40B
Black with #DBB40B
Text Example
Text Example
White with #DBB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB40B; }
p { color: rgb(219,180,11); }
H1.HeaderClassName
{
color: #DBB40B;
}
.AnyTagClassName
{
color: #DBB40B;
}
</style>
background-color css
<style>
a { background-color: #DBB40B; }
a { background-color: rgb(219,180,11); }
div.DivClassName
{
background-color: #DBB40B;
}
.BgClassName
{
background-color: #DBB40B;
}
</style>
border-color css
<style>
span { border-color: #DBB40B; }
span { border-color: rgb(219,180,11); }
td.TdClassName
{
border-color: #DBB40B;
}
.TagClassName
{
border-color: #DBB40B;
}
</style>