Shades of Sunflower #DCBF2A
Tints of Sunflower #DCBF2A
RGB
CMYK
RGB Variations
Color information
#DCBF2A (or 0xDCBF2A) is known color: Sunflower. HEX triplet: DC, BF and 2A. RGB value is (220,191,42). Sum of RGB (Red+Green+Blue) = 220+191+42=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF2A is #2340D5. Grayscale: #B7B7B7. Windows color (decimal): -2310358 or 2801628. OLE color: 2801628.
HSL color Cylindrical-coordinate representation of color #DCBF2A: hue angle of 50.22º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCBF2A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 42 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.14 |
| HSL | 50.22º | 0.72% | 0.51% | - |
| HSV(B) | 50.22º | 0.81% | 0.86% | - |
| XYZ | 48.56 | 52.64 | 9.79 | - |
| YUV | 182.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 42 | 0 | 0.13 | 0.81 | 0.14 | 50.22 | 0.72 | 0.51 |
| Hex | DC | BF | 2A | 0 | D | 51 | E | 32 | 48 | 33 |
| Octal | 334 | 277 | 52 | 0 | 15 | 121 | 16 | 62 | 110 | 63 |
| Binary | 11011100 | 10111111 | 101010 | 0 | 1101 | 1010001 | 1110 | 110010 | 1001000 | 110011 |
Color Harmonies of #DCBF2A
Complementary color
Monochromatic Colors of #DCBF2A
Black with #DCBF2A
Text Example
Text Example
White with #DCBF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF2A; }
p { color: rgb(220,191,42); }
H1.HeaderClassName
{
color: #DCBF2A;
}
.AnyTagClassName
{
color: #DCBF2A;
}
</style>
background-color css
<style>
a { background-color: #DCBF2A; }
a { background-color: rgb(220,191,42); }
div.DivClassName
{
background-color: #DCBF2A;
}
.BgClassName
{
background-color: #DCBF2A;
}
</style>
border-color css
<style>
span { border-color: #DCBF2A; }
span { border-color: rgb(220,191,42); }
td.TdClassName
{
border-color: #DCBF2A;
}
.TagClassName
{
border-color: #DCBF2A;
}
</style>