Shades of Sunflower #DBC00B
Tints of Sunflower #DBC00B
RGB
CMYK
RGB Variations
Color information
#DBC00B (or 0xDBC00B) is known color: Sunflower. HEX triplet: DB, C0 and 0B. RGB value is (219,192,11). Sum of RGB (Red+Green+Blue) = 219+192+11=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC00B is #243FF4. Grayscale: #B4B4B4. Windows color (decimal): -2375669 or 770267. OLE color: 770267.
HSL color Cylindrical-coordinate representation of color #DBC00B: hue angle of 52.21º 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 #DBC00B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.14 |
| HSL | 52.21º | 0.9% | 0.45% | - |
| HSV(B) | 52.21º | 0.95% | 0.86% | - |
| XYZ | 48.12 | 52.78 | 7.97 | - |
| YUV | 179.44 | 32.95 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 11 | 0 | 0.12 | 0.95 | 0.14 | 52.21 | 0.9 | 0.45 |
| Hex | DB | C0 | B | 0 | C | 5F | E | 34 | 5A | 2D |
| Octal | 333 | 300 | 13 | 0 | 14 | 137 | 16 | 64 | 132 | 55 |
| Binary | 11011011 | 11000000 | 1011 | 0 | 1100 | 1011111 | 1110 | 110100 | 1011010 | 101101 |
Color Harmonies of #DBC00B
Complementary color
Monochromatic Colors of #DBC00B
Black with #DBC00B
Text Example
Text Example
White with #DBC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC00B; }
p { color: rgb(219,192,11); }
H1.HeaderClassName
{
color: #DBC00B;
}
.AnyTagClassName
{
color: #DBC00B;
}
</style>
background-color css
<style>
a { background-color: #DBC00B; }
a { background-color: rgb(219,192,11); }
div.DivClassName
{
background-color: #DBC00B;
}
.BgClassName
{
background-color: #DBC00B;
}
</style>
border-color css
<style>
span { border-color: #DBC00B; }
span { border-color: rgb(219,192,11); }
td.TdClassName
{
border-color: #DBC00B;
}
.TagClassName
{
border-color: #DBC00B;
}
</style>