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