Shades of Sunflower #DCBF0F
Tints of Sunflower #DCBF0F
RGB
CMYK
RGB Variations
Color information
#DCBF0F (or 0xDCBF0F) is known color: Sunflower. HEX triplet: DC, BF and 0F. RGB value is (220,191,15). Sum of RGB (Red+Green+Blue) = 220+191+15=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF0F is #2340F0. Grayscale: #B4B4B4. Windows color (decimal): -2310385 or 1032156. OLE color: 1032156.
HSL color Cylindrical-coordinate representation of color #DCBF0F: hue angle of 51.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCBF0F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.14 |
| HSL | 51.51º | 0.87% | 0.46% | - |
| HSV(B) | 51.51º | 0.93% | 0.86% | - |
| XYZ | 48.23 | 52.51 | 8.05 | - |
| YUV | 179.61 | 35.11 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 15 | 0 | 0.13 | 0.93 | 0.14 | 51.51 | 0.87 | 0.46 |
| Hex | DC | BF | F | 0 | D | 5D | E | 34 | 57 | 2E |
| Octal | 334 | 277 | 17 | 0 | 15 | 135 | 16 | 64 | 127 | 56 |
| Binary | 11011100 | 10111111 | 1111 | 0 | 1101 | 1011101 | 1110 | 110100 | 1010111 | 101110 |
Color Harmonies of #DCBF0F
Complementary color
Monochromatic Colors of #DCBF0F
Black with #DCBF0F
Text Example
Text Example
White with #DCBF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF0F; }
p { color: rgb(220,191,15); }
H1.HeaderClassName
{
color: #DCBF0F;
}
.AnyTagClassName
{
color: #DCBF0F;
}
</style>
background-color css
<style>
a { background-color: #DCBF0F; }
a { background-color: rgb(220,191,15); }
div.DivClassName
{
background-color: #DCBF0F;
}
.BgClassName
{
background-color: #DCBF0F;
}
</style>
border-color css
<style>
span { border-color: #DCBF0F; }
span { border-color: rgb(220,191,15); }
td.TdClassName
{
border-color: #DCBF0F;
}
.TagClassName
{
border-color: #DCBF0F;
}
</style>