Shades of Sunflower #DCBF07
Tints of Sunflower #DCBF07
RGB
CMYK
RGB Variations
Color information
#DCBF07 (or 0xDCBF07) is known color: Sunflower. HEX triplet: DC, BF and 07. RGB value is (220,191,7). Sum of RGB (Red+Green+Blue) = 220+191+7=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF07 is #2340F8. Grayscale: #B3B3B3. Windows color (decimal): -2310393 or 507868. OLE color: 507868.
HSL color Cylindrical-coordinate representation of color #DCBF07: hue angle of 51.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCBF07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.14 |
| HSL | 51.83º | 0.94% | 0.45% | - |
| HSV(B) | 51.83º | 0.97% | 0.86% | - |
| XYZ | 48.18 | 52.49 | 7.79 | - |
| YUV | 178.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 7 | 0 | 0.13 | 0.97 | 0.14 | 51.83 | 0.94 | 0.45 |
| Hex | DC | BF | 7 | 0 | D | 61 | E | 34 | 5E | 2D |
| Octal | 334 | 277 | 7 | 0 | 15 | 141 | 16 | 64 | 136 | 55 |
| Binary | 11011100 | 10111111 | 111 | 0 | 1101 | 1100001 | 1110 | 110100 | 1011110 | 101101 |
Color Harmonies of #DCBF07
Complementary color
Monochromatic Colors of #DCBF07
Black with #DCBF07
Text Example
Text Example
White with #DCBF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF07; }
p { color: rgb(220,191,7); }
H1.HeaderClassName
{
color: #DCBF07;
}
.AnyTagClassName
{
color: #DCBF07;
}
</style>
background-color css
<style>
a { background-color: #DCBF07; }
a { background-color: rgb(220,191,7); }
div.DivClassName
{
background-color: #DCBF07;
}
.BgClassName
{
background-color: #DCBF07;
}
</style>
border-color css
<style>
span { border-color: #DCBF07; }
span { border-color: rgb(220,191,7); }
td.TdClassName
{
border-color: #DCBF07;
}
.TagClassName
{
border-color: #DCBF07;
}
</style>