Shades of Sunflower #DCBB16
Tints of Sunflower #DCBB16
RGB
CMYK
RGB Variations
Color information
#DCBB16 (or 0xDCBB16) is known color: Sunflower. HEX triplet: DC, BB and 16. RGB value is (220,187,22). Sum of RGB (Red+Green+Blue) = 220+187+22=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB16 is #2344E9. Grayscale: #B2B2B2. Windows color (decimal): -2311402 or 1489884. OLE color: 1489884.
HSL color Cylindrical-coordinate representation of color #DCBB16: hue angle of 50º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCBB16 is Cyan = 0, Magento = 0.15, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 22 | - |
| CMYK | 0 | 0.15 | 0.9 | 0.14 |
| HSL | 50º | 0.82% | 0.47% | - |
| HSV(B) | 50º | 0.9% | 0.86% | - |
| XYZ | 47.43 | 50.81 | 8.07 | - |
| YUV | 178.06 | 39.93 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 22 | 0 | 0.15 | 0.9 | 0.14 | 50 | 0.82 | 0.47 |
| Hex | DC | BB | 16 | 0 | F | 5A | E | 32 | 52 | 2F |
| Octal | 334 | 273 | 26 | 0 | 17 | 132 | 16 | 62 | 122 | 57 |
| Binary | 11011100 | 10111011 | 10110 | 0 | 1111 | 1011010 | 1110 | 110010 | 1010010 | 101111 |
Color Harmonies of #DCBB16
Complementary color
Monochromatic Colors of #DCBB16
Black with #DCBB16
Text Example
Text Example
White with #DCBB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB16; }
p { color: rgb(220,187,22); }
H1.HeaderClassName
{
color: #DCBB16;
}
.AnyTagClassName
{
color: #DCBB16;
}
</style>
background-color css
<style>
a { background-color: #DCBB16; }
a { background-color: rgb(220,187,22); }
div.DivClassName
{
background-color: #DCBB16;
}
.BgClassName
{
background-color: #DCBB16;
}
</style>
border-color css
<style>
span { border-color: #DCBB16; }
span { border-color: rgb(220,187,22); }
td.TdClassName
{
border-color: #DCBB16;
}
.TagClassName
{
border-color: #DCBB16;
}
</style>