Shades of Sunflower #DCBF00
Tints of Sunflower #DCBF00
RGB
CMYK
RGB Variations
Color information
#DCBF00 (or 0xDCBF00) is known color: Sunflower. HEX triplet: DC, BF and 00. RGB value is (220,191,0). Sum of RGB (Red+Green+Blue) = 220+191+0=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF00 is #2340FF. Grayscale: #B2B2B2. Windows color (decimal): -2310400 or 49116. OLE color: 49116.
HSL color Cylindrical-coordinate representation of color #DCBF00: hue angle of 52.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCBF00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.14 |
| HSL | 52.09º | 1% | 0.43% | - |
| HSV(B) | 52.09º | 1% | 0.86% | - |
| XYZ | 48.15 | 52.48 | 7.59 | - |
| YUV | 177.9 | 27.61 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 0 | 0 | 0.13 | 1 | 0.14 | 52.09 | 1 | 0.43 |
| Hex | DC | BF | 0 | 0 | D | 64 | E | 34 | 64 | 2B |
| Octal | 334 | 277 | 0 | 0 | 15 | 144 | 16 | 64 | 144 | 53 |
| Binary | 11011100 | 10111111 | 0 | 0 | 1101 | 1100100 | 1110 | 110100 | 1100100 | 101011 |
Color Harmonies of #DCBF00
Complementary color
Monochromatic Colors of #DCBF00
Black with #DCBF00
Text Example
Text Example
White with #DCBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF00; }
p { color: rgb(220,191,0); }
H1.HeaderClassName
{
color: #DCBF00;
}
.AnyTagClassName
{
color: #DCBF00;
}
</style>
background-color css
<style>
a { background-color: #DCBF00; }
a { background-color: rgb(220,191,0); }
div.DivClassName
{
background-color: #DCBF00;
}
.BgClassName
{
background-color: #DCBF00;
}
</style>
border-color css
<style>
span { border-color: #DCBF00; }
span { border-color: rgb(220,191,0); }
td.TdClassName
{
border-color: #DCBF00;
}
.TagClassName
{
border-color: #DCBF00;
}
</style>