Shades of Barberry #DCE10F
Tints of Barberry #DCE10F
RGB
CMYK
RGB Variations
Color information
#DCE10F (or 0xDCE10F) is known color: Barberry. HEX triplet: DC, E1 and 0F. RGB value is (220,225,15). Sum of RGB (Red+Green+Blue) = 220+225+15=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE10F is #231EF0. Grayscale: #C8C8C8. Windows color (decimal): -2301681 or 1040860. OLE color: 1040860.
HSL color Cylindrical-coordinate representation of color #DCE10F: hue angle of 61.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCE10F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 15 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.12 |
| HSL | 61.43º | 0.88% | 0.47% | - |
| HSV(B) | 61.43º | 0.93% | 0.88% | - |
| XYZ | 56.53 | 69.1 | 10.81 | - |
| YUV | 199.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 15 | 0.02 | 0 | 0.93 | 0.12 | 61.43 | 0.88 | 0.47 |
| Hex | DC | E1 | F | 2 | 0 | 5D | C | 3D | 58 | 2F |
| Octal | 334 | 341 | 17 | 2 | 0 | 135 | 14 | 75 | 130 | 57 |
| Binary | 11011100 | 11100001 | 1111 | 10 | 0 | 1011101 | 1100 | 111101 | 1011000 | 101111 |
Color Harmonies of #DCE10F
Complementary color
Monochromatic Colors of #DCE10F
Black with #DCE10F
Text Example
Text Example
White with #DCE10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE10F; }
p { color: rgb(220,225,15); }
H1.HeaderClassName
{
color: #DCE10F;
}
.AnyTagClassName
{
color: #DCE10F;
}
</style>
background-color css
<style>
a { background-color: #DCE10F; }
a { background-color: rgb(220,225,15); }
div.DivClassName
{
background-color: #DCE10F;
}
.BgClassName
{
background-color: #DCE10F;
}
</style>
border-color css
<style>
span { border-color: #DCE10F; }
span { border-color: rgb(220,225,15); }
td.TdClassName
{
border-color: #DCE10F;
}
.TagClassName
{
border-color: #DCE10F;
}
</style>