Shades of Barberry #DCD90F
Tints of Barberry #DCD90F
RGB
CMYK
RGB Variations
Color information
#DCD90F (or 0xDCD90F) is known color: Barberry. HEX triplet: DC, D9 and 0F. RGB value is (220,217,15). Sum of RGB (Red+Green+Blue) = 220+217+15=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD90F is #2326F0. Grayscale: #C3C3C3. Windows color (decimal): -2303729 or 1038812. OLE color: 1038812.
HSL color Cylindrical-coordinate representation of color #DCD90F: hue angle of 59.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCD90F is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 15 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.14 |
| HSL | 59.12º | 0.87% | 0.46% | - |
| HSV(B) | 59.12º | 0.93% | 0.86% | - |
| XYZ | 54.41 | 64.88 | 10.11 | - |
| YUV | 194.87 | 26.49 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 15 | 0 | 0.01 | 0.93 | 0.14 | 59.12 | 0.87 | 0.46 |
| Hex | DC | D9 | F | 0 | 1 | 5D | E | 3B | 57 | 2E |
| Octal | 334 | 331 | 17 | 0 | 1 | 135 | 16 | 73 | 127 | 56 |
| Binary | 11011100 | 11011001 | 1111 | 0 | 1 | 1011101 | 1110 | 111011 | 1010111 | 101110 |
Color Harmonies of #DCD90F
Complementary color
Monochromatic Colors of #DCD90F
Black with #DCD90F
Text Example
Text Example
White with #DCD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD90F; }
p { color: rgb(220,217,15); }
H1.HeaderClassName
{
color: #DCD90F;
}
.AnyTagClassName
{
color: #DCD90F;
}
</style>
background-color css
<style>
a { background-color: #DCD90F; }
a { background-color: rgb(220,217,15); }
div.DivClassName
{
background-color: #DCD90F;
}
.BgClassName
{
background-color: #DCD90F;
}
</style>
border-color css
<style>
span { border-color: #DCD90F; }
span { border-color: rgb(220,217,15); }
td.TdClassName
{
border-color: #DCD90F;
}
.TagClassName
{
border-color: #DCD90F;
}
</style>