Shades of Sunflower #DCBF0D
Tints of Sunflower #DCBF0D
RGB
CMYK
RGB Variations
Color information
#DCBF0D (or 0xDCBF0D) is known color: Sunflower. HEX triplet: DC, BF and 0D. RGB value is (220,191,13). Sum of RGB (Red+Green+Blue) = 220+191+13=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF0D is #2340F2. Grayscale: #B4B4B4. Windows color (decimal): -2310387 or 901084. OLE color: 901084.
HSL color Cylindrical-coordinate representation of color #DCBF0D: hue angle of 51.59º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCBF0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.14 |
| HSL | 51.59º | 0.89% | 0.46% | - |
| HSV(B) | 51.59º | 0.94% | 0.86% | - |
| XYZ | 48.22 | 52.51 | 7.97 | - |
| YUV | 179.38 | 34.11 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 13 | 0 | 0.13 | 0.94 | 0.14 | 51.59 | 0.89 | 0.46 |
| Hex | DC | BF | D | 0 | D | 5E | E | 34 | 59 | 2E |
| Octal | 334 | 277 | 15 | 0 | 15 | 136 | 16 | 64 | 131 | 56 |
| Binary | 11011100 | 10111111 | 1101 | 0 | 1101 | 1011110 | 1110 | 110100 | 1011001 | 101110 |
Color Harmonies of #DCBF0D
Complementary color
Monochromatic Colors of #DCBF0D
Black with #DCBF0D
Text Example
Text Example
White with #DCBF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF0D; }
p { color: rgb(220,191,13); }
H1.HeaderClassName
{
color: #DCBF0D;
}
.AnyTagClassName
{
color: #DCBF0D;
}
</style>
background-color css
<style>
a { background-color: #DCBF0D; }
a { background-color: rgb(220,191,13); }
div.DivClassName
{
background-color: #DCBF0D;
}
.BgClassName
{
background-color: #DCBF0D;
}
</style>
border-color css
<style>
span { border-color: #DCBF0D; }
span { border-color: rgb(220,191,13); }
td.TdClassName
{
border-color: #DCBF0D;
}
.TagClassName
{
border-color: #DCBF0D;
}
</style>