Shades of Sunflower #DCBF02
Tints of Sunflower #DCBF02
RGB
CMYK
RGB Variations
Color information
#DCBF02 (or 0xDCBF02) is known color: Sunflower. HEX triplet: DC, BF and 02. RGB value is (220,191,2). Sum of RGB (Red+Green+Blue) = 220+191+2=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF02 is #2340FD. Grayscale: #B2B2B2. Windows color (decimal): -2310398 or 180188. OLE color: 180188.
HSL color Cylindrical-coordinate representation of color #DCBF02: hue angle of 52.02º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCBF02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.14 |
| HSL | 52.02º | 0.98% | 0.44% | - |
| HSV(B) | 52.02º | 0.99% | 0.86% | - |
| XYZ | 48.16 | 52.48 | 7.65 | - |
| YUV | 178.13 | 28.61 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 2 | 0 | 0.13 | 0.99 | 0.14 | 52.02 | 0.98 | 0.44 |
| Hex | DC | BF | 2 | 0 | D | 63 | E | 34 | 62 | 2C |
| Octal | 334 | 277 | 2 | 0 | 15 | 143 | 16 | 64 | 142 | 54 |
| Binary | 11011100 | 10111111 | 10 | 0 | 1101 | 1100011 | 1110 | 110100 | 1100010 | 101100 |
Color Harmonies of #DCBF02
Complementary color
Monochromatic Colors of #DCBF02
Black with #DCBF02
Text Example
Text Example
White with #DCBF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF02; }
p { color: rgb(220,191,2); }
H1.HeaderClassName
{
color: #DCBF02;
}
.AnyTagClassName
{
color: #DCBF02;
}
</style>
background-color css
<style>
a { background-color: #DCBF02; }
a { background-color: rgb(220,191,2); }
div.DivClassName
{
background-color: #DCBF02;
}
.BgClassName
{
background-color: #DCBF02;
}
</style>
border-color css
<style>
span { border-color: #DCBF02; }
span { border-color: rgb(220,191,2); }
td.TdClassName
{
border-color: #DCBF02;
}
.TagClassName
{
border-color: #DCBF02;
}
</style>