Shades of Sunflower #DBB30C
Tints of Sunflower #DBB30C
RGB
CMYK
RGB Variations
Color information
#DBB30C (or 0xDBB30C) is known color: Sunflower. HEX triplet: DB, B3 and 0C. RGB value is (219,179,12). Sum of RGB (Red+Green+Blue) = 219+179+12=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB30C is #244CF3. Grayscale: #ACACAC. Windows color (decimal): -2378996 or 832475. OLE color: 832475.
HSL color Cylindrical-coordinate representation of color #DBB30C: hue angle of 48.41º 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 #DBB30C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.14 |
| HSL | 48.41º | 0.9% | 0.45% | - |
| HSV(B) | 48.41º | 0.95% | 0.86% | - |
| XYZ | 45.4 | 47.33 | 7.09 | - |
| YUV | 171.92 | 37.75 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 12 | 0 | 0.18 | 0.95 | 0.14 | 48.41 | 0.9 | 0.45 |
| Hex | DB | B3 | C | 0 | 12 | 5F | E | 30 | 5A | 2D |
| Octal | 333 | 263 | 14 | 0 | 22 | 137 | 16 | 60 | 132 | 55 |
| Binary | 11011011 | 10110011 | 1100 | 0 | 10010 | 1011111 | 1110 | 110000 | 1011010 | 101101 |
Color Harmonies of #DBB30C
Complementary color
Monochromatic Colors of #DBB30C
Black with #DBB30C
Text Example
Text Example
White with #DBB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB30C; }
p { color: rgb(219,179,12); }
H1.HeaderClassName
{
color: #DBB30C;
}
.AnyTagClassName
{
color: #DBB30C;
}
</style>
background-color css
<style>
a { background-color: #DBB30C; }
a { background-color: rgb(219,179,12); }
div.DivClassName
{
background-color: #DBB30C;
}
.BgClassName
{
background-color: #DBB30C;
}
</style>
border-color css
<style>
span { border-color: #DBB30C; }
span { border-color: rgb(219,179,12); }
td.TdClassName
{
border-color: #DBB30C;
}
.TagClassName
{
border-color: #DBB30C;
}
</style>