Shades of Sunflower #DCBF05
Tints of Sunflower #DCBF05
RGB
CMYK
RGB Variations
Color information
#DCBF05 (or 0xDCBF05) is known color: Sunflower. HEX triplet: DC, BF and 05. RGB value is (220,191,5). Sum of RGB (Red+Green+Blue) = 220+191+5=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF05 is #2340FA. Grayscale: #B3B3B3. Windows color (decimal): -2310395 or 376796. OLE color: 376796.
HSL color Cylindrical-coordinate representation of color #DCBF05: hue angle of 51.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCBF05 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.14 |
| HSL | 51.91º | 0.96% | 0.44% | - |
| HSV(B) | 51.91º | 0.98% | 0.86% | - |
| XYZ | 48.17 | 52.49 | 7.74 | - |
| YUV | 178.47 | 30.11 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 5 | 0 | 0.13 | 0.98 | 0.14 | 51.91 | 0.96 | 0.44 |
| Hex | DC | BF | 5 | 0 | D | 62 | E | 34 | 60 | 2C |
| Octal | 334 | 277 | 5 | 0 | 15 | 142 | 16 | 64 | 140 | 54 |
| Binary | 11011100 | 10111111 | 101 | 0 | 1101 | 1100010 | 1110 | 110100 | 1100000 | 101100 |
Color Harmonies of #DCBF05
Complementary color
Monochromatic Colors of #DCBF05
Black with #DCBF05
Text Example
Text Example
White with #DCBF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF05; }
p { color: rgb(220,191,5); }
H1.HeaderClassName
{
color: #DCBF05;
}
.AnyTagClassName
{
color: #DCBF05;
}
</style>
background-color css
<style>
a { background-color: #DCBF05; }
a { background-color: rgb(220,191,5); }
div.DivClassName
{
background-color: #DCBF05;
}
.BgClassName
{
background-color: #DCBF05;
}
</style>
border-color css
<style>
span { border-color: #DCBF05; }
span { border-color: rgb(220,191,5); }
td.TdClassName
{
border-color: #DCBF05;
}
.TagClassName
{
border-color: #DCBF05;
}
</style>