Shades of Sunflower #DCBF16
Tints of Sunflower #DCBF16
RGB
CMYK
RGB Variations
Color information
#DCBF16 (or 0xDCBF16) is known color: Sunflower. HEX triplet: DC, BF and 16. RGB value is (220,191,22). Sum of RGB (Red+Green+Blue) = 220+191+22=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF16 is #2340E9. Grayscale: #B5B5B5. Windows color (decimal): -2310378 or 1490908. OLE color: 1490908.
HSL color Cylindrical-coordinate representation of color #DCBF16: hue angle of 51.21º 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 #DCBF16 is Cyan = 0, Magento = 0.13, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 22 | - |
| CMYK | 0 | 0.13 | 0.9 | 0.14 |
| HSL | 51.21º | 0.82% | 0.47% | - |
| HSV(B) | 51.21º | 0.9% | 0.86% | - |
| XYZ | 48.29 | 52.54 | 8.35 | - |
| YUV | 180.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 22 | 0 | 0.13 | 0.9 | 0.14 | 51.21 | 0.82 | 0.47 |
| Hex | DC | BF | 16 | 0 | D | 5A | E | 33 | 52 | 2F |
| Octal | 334 | 277 | 26 | 0 | 15 | 132 | 16 | 63 | 122 | 57 |
| Binary | 11011100 | 10111111 | 10110 | 0 | 1101 | 1011010 | 1110 | 110011 | 1010010 | 101111 |
Color Harmonies of #DCBF16
Complementary color
Monochromatic Colors of #DCBF16
Black with #DCBF16
Text Example
Text Example
White with #DCBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF16; }
p { color: rgb(220,191,22); }
H1.HeaderClassName
{
color: #DCBF16;
}
.AnyTagClassName
{
color: #DCBF16;
}
</style>
background-color css
<style>
a { background-color: #DCBF16; }
a { background-color: rgb(220,191,22); }
div.DivClassName
{
background-color: #DCBF16;
}
.BgClassName
{
background-color: #DCBF16;
}
</style>
border-color css
<style>
span { border-color: #DCBF16; }
span { border-color: rgb(220,191,22); }
td.TdClassName
{
border-color: #DCBF16;
}
.TagClassName
{
border-color: #DCBF16;
}
</style>