Shades of Sunflower #DCBF28
Tints of Sunflower #DCBF28
RGB
CMYK
RGB Variations
Color information
#DCBF28 (or 0xDCBF28) is known color: Sunflower. HEX triplet: DC, BF and 28. RGB value is (220,191,40). Sum of RGB (Red+Green+Blue) = 220+191+40=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF28 is #2340D7. Grayscale: #B7B7B7. Windows color (decimal): -2310360 or 2670556. OLE color: 2670556.
HSL color Cylindrical-coordinate representation of color #DCBF28: hue angle of 50.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCBF28 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 40 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.14 |
| HSL | 50.33º | 0.72% | 0.51% | - |
| HSV(B) | 50.33º | 0.82% | 0.86% | - |
| XYZ | 48.53 | 52.63 | 9.61 | - |
| YUV | 182.46 | 47.61 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 40 | 0 | 0.13 | 0.82 | 0.14 | 50.33 | 0.72 | 0.51 |
| Hex | DC | BF | 28 | 0 | D | 52 | E | 32 | 48 | 33 |
| Octal | 334 | 277 | 50 | 0 | 15 | 122 | 16 | 62 | 110 | 63 |
| Binary | 11011100 | 10111111 | 101000 | 0 | 1101 | 1010010 | 1110 | 110010 | 1001000 | 110011 |
Color Harmonies of #DCBF28
Complementary color
Monochromatic Colors of #DCBF28
Black with #DCBF28
Text Example
Text Example
White with #DCBF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF28; }
p { color: rgb(220,191,40); }
H1.HeaderClassName
{
color: #DCBF28;
}
.AnyTagClassName
{
color: #DCBF28;
}
</style>
background-color css
<style>
a { background-color: #DCBF28; }
a { background-color: rgb(220,191,40); }
div.DivClassName
{
background-color: #DCBF28;
}
.BgClassName
{
background-color: #DCBF28;
}
</style>
border-color css
<style>
span { border-color: #DCBF28; }
span { border-color: rgb(220,191,40); }
td.TdClassName
{
border-color: #DCBF28;
}
.TagClassName
{
border-color: #DCBF28;
}
</style>