Shades of Sunflower #DCBE27
Tints of Sunflower #DCBE27
RGB
CMYK
RGB Variations
Color information
#DCBE27 (or 0xDCBE27) is known color: Sunflower. HEX triplet: DC, BE and 27. RGB value is (220,190,39). Sum of RGB (Red+Green+Blue) = 220+190+39=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE27 is #2341D8. Grayscale: #B6B6B6. Windows color (decimal): -2310617 or 2604764. OLE color: 2604764.
HSL color Cylindrical-coordinate representation of color #DCBE27: hue angle of 50.06º 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 #DCBE27 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 39 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.14 |
| HSL | 50.06º | 0.72% | 0.51% | - |
| HSV(B) | 50.06º | 0.82% | 0.86% | - |
| XYZ | 48.29 | 52.19 | 9.45 | - |
| YUV | 181.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 39 | 0 | 0.14 | 0.82 | 0.14 | 50.06 | 0.72 | 0.51 |
| Hex | DC | BE | 27 | 0 | E | 52 | E | 32 | 48 | 33 |
| Octal | 334 | 276 | 47 | 0 | 16 | 122 | 16 | 62 | 110 | 63 |
| Binary | 11011100 | 10111110 | 100111 | 0 | 1110 | 1010010 | 1110 | 110010 | 1001000 | 110011 |
Color Harmonies of #DCBE27
Complementary color
Monochromatic Colors of #DCBE27
Black with #DCBE27
Text Example
Text Example
White with #DCBE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE27; }
p { color: rgb(220,190,39); }
H1.HeaderClassName
{
color: #DCBE27;
}
.AnyTagClassName
{
color: #DCBE27;
}
</style>
background-color css
<style>
a { background-color: #DCBE27; }
a { background-color: rgb(220,190,39); }
div.DivClassName
{
background-color: #DCBE27;
}
.BgClassName
{
background-color: #DCBE27;
}
</style>
border-color css
<style>
span { border-color: #DCBE27; }
span { border-color: rgb(220,190,39); }
td.TdClassName
{
border-color: #DCBE27;
}
.TagClassName
{
border-color: #DCBE27;
}
</style>