Shades of Sunflower #DBC02C
Tints of Sunflower #DBC02C
RGB
CMYK
RGB Variations
Color information
#DBC02C (or 0xDBC02C) is known color: Sunflower. HEX triplet: DB, C0 and 2C. RGB value is (219,192,44). Sum of RGB (Red+Green+Blue) = 219+192+44=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC02C is #243FD3. Grayscale: #B7B7B7. Windows color (decimal): -2375636 or 2932955. OLE color: 2932955.
HSL color Cylindrical-coordinate representation of color #DBC02C: hue angle of 50.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBC02C is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 44 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.14 |
| HSL | 50.74º | 0.71% | 0.52% | - |
| HSV(B) | 50.74º | 0.8% | 0.86% | - |
| XYZ | 48.52 | 52.94 | 10.04 | - |
| YUV | 183.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 44 | 0 | 0.12 | 0.80 | 0.14 | 50.74 | 0.71 | 0.52 |
| Hex | DB | C0 | 2C | 0 | C | 50 | E | 33 | 47 | 34 |
| Octal | 333 | 300 | 54 | 0 | 14 | 120 | 16 | 63 | 107 | 64 |
| Binary | 11011011 | 11000000 | 101100 | 0 | 1100 | 1010000 | 1110 | 110011 | 1000111 | 110100 |
Color Harmonies of #DBC02C
Complementary color
Monochromatic Colors of #DBC02C
Black with #DBC02C
Text Example
Text Example
White with #DBC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC02C; }
p { color: rgb(219,192,44); }
H1.HeaderClassName
{
color: #DBC02C;
}
.AnyTagClassName
{
color: #DBC02C;
}
</style>
background-color css
<style>
a { background-color: #DBC02C; }
a { background-color: rgb(219,192,44); }
div.DivClassName
{
background-color: #DBC02C;
}
.BgClassName
{
background-color: #DBC02C;
}
</style>
border-color css
<style>
span { border-color: #DBC02C; }
span { border-color: rgb(219,192,44); }
td.TdClassName
{
border-color: #DBC02C;
}
.TagClassName
{
border-color: #DBC02C;
}
</style>