Shades of Sunflower #DCBF25
Tints of Sunflower #DCBF25
RGB
CMYK
RGB Variations
Color information
#DCBF25 (or 0xDCBF25) is known color: Sunflower. HEX triplet: DC, BF and 25. RGB value is (220,191,37). Sum of RGB (Red+Green+Blue) = 220+191+37=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF25 is #2340DA. Grayscale: #B6B6B6. Windows color (decimal): -2310363 or 2473948. OLE color: 2473948.
HSL color Cylindrical-coordinate representation of color #DCBF25: hue angle of 50.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCBF25 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 37 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.14 |
| HSL | 50.49º | 0.72% | 0.5% | - |
| HSV(B) | 50.49º | 0.83% | 0.86% | - |
| XYZ | 48.48 | 52.61 | 9.35 | - |
| YUV | 182.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 37 | 0 | 0.13 | 0.83 | 0.14 | 50.49 | 0.72 | 0.5 |
| Hex | DC | BF | 25 | 0 | D | 53 | E | 32 | 48 | 32 |
| Octal | 334 | 277 | 45 | 0 | 15 | 123 | 16 | 62 | 110 | 62 |
| Binary | 11011100 | 10111111 | 100101 | 0 | 1101 | 1010011 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DCBF25
Complementary color
Monochromatic Colors of #DCBF25
Black with #DCBF25
Text Example
Text Example
White with #DCBF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF25; }
p { color: rgb(220,191,37); }
H1.HeaderClassName
{
color: #DCBF25;
}
.AnyTagClassName
{
color: #DCBF25;
}
</style>
background-color css
<style>
a { background-color: #DCBF25; }
a { background-color: rgb(220,191,37); }
div.DivClassName
{
background-color: #DCBF25;
}
.BgClassName
{
background-color: #DCBF25;
}
</style>
border-color css
<style>
span { border-color: #DCBF25; }
span { border-color: rgb(220,191,37); }
td.TdClassName
{
border-color: #DCBF25;
}
.TagClassName
{
border-color: #DCBF25;
}
</style>