Shades of Sunflower #DBB40C
Tints of Sunflower #DBB40C
RGB
CMYK
RGB Variations
Color information
#DBB40C (or 0xDBB40C) is known color: Sunflower. HEX triplet: DB, B4 and 0C. RGB value is (219,180,12). Sum of RGB (Red+Green+Blue) = 219+180+12=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB40C is #244BF3. Grayscale: #ADADAD. Windows color (decimal): -2378740 or 832731. OLE color: 832731.
HSL color Cylindrical-coordinate representation of color #DBB40C: hue angle of 48.7º 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 #DBB40C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.14 |
| HSL | 48.7º | 0.9% | 0.45% | - |
| HSV(B) | 48.7º | 0.95% | 0.86% | - |
| XYZ | 45.6 | 47.73 | 7.16 | - |
| YUV | 172.51 | 37.42 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 12 | 0 | 0.18 | 0.95 | 0.14 | 48.7 | 0.9 | 0.45 |
| Hex | DB | B4 | C | 0 | 12 | 5F | E | 31 | 5A | 2D |
| Octal | 333 | 264 | 14 | 0 | 22 | 137 | 16 | 61 | 132 | 55 |
| Binary | 11011011 | 10110100 | 1100 | 0 | 10010 | 1011111 | 1110 | 110001 | 1011010 | 101101 |
Color Harmonies of #DBB40C
Complementary color
Monochromatic Colors of #DBB40C
Black with #DBB40C
Text Example
Text Example
White with #DBB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB40C; }
p { color: rgb(219,180,12); }
H1.HeaderClassName
{
color: #DBB40C;
}
.AnyTagClassName
{
color: #DBB40C;
}
</style>
background-color css
<style>
a { background-color: #DBB40C; }
a { background-color: rgb(219,180,12); }
div.DivClassName
{
background-color: #DBB40C;
}
.BgClassName
{
background-color: #DBB40C;
}
</style>
border-color css
<style>
span { border-color: #DBB40C; }
span { border-color: rgb(219,180,12); }
td.TdClassName
{
border-color: #DBB40C;
}
.TagClassName
{
border-color: #DBB40C;
}
</style>