Shades of Barberry #DCD70F
Tints of Barberry #DCD70F
RGB
CMYK
RGB Variations
Color information
#DCD70F (or 0xDCD70F) is known color: Barberry. HEX triplet: DC, D7 and 0F. RGB value is (220,215,15). Sum of RGB (Red+Green+Blue) = 220+215+15=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD70F is #2328F0. Grayscale: #C2C2C2. Windows color (decimal): -2304241 or 1038300. OLE color: 1038300.
HSL color Cylindrical-coordinate representation of color #DCD70F: hue angle of 58.54º 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 #DCD70F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 15 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.14 |
| HSL | 58.54º | 0.87% | 0.46% | - |
| HSV(B) | 58.54º | 0.93% | 0.86% | - |
| XYZ | 53.9 | 63.85 | 9.94 | - |
| YUV | 193.7 | 27.16 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 15 | 0 | 0.02 | 0.93 | 0.14 | 58.54 | 0.87 | 0.46 |
| Hex | DC | D7 | F | 0 | 2 | 5D | E | 3B | 57 | 2E |
| Octal | 334 | 327 | 17 | 0 | 2 | 135 | 16 | 73 | 127 | 56 |
| Binary | 11011100 | 11010111 | 1111 | 0 | 10 | 1011101 | 1110 | 111011 | 1010111 | 101110 |
Color Harmonies of #DCD70F
Complementary color
Monochromatic Colors of #DCD70F
Black with #DCD70F
Text Example
Text Example
White with #DCD70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD70F; }
p { color: rgb(220,215,15); }
H1.HeaderClassName
{
color: #DCD70F;
}
.AnyTagClassName
{
color: #DCD70F;
}
</style>
background-color css
<style>
a { background-color: #DCD70F; }
a { background-color: rgb(220,215,15); }
div.DivClassName
{
background-color: #DCD70F;
}
.BgClassName
{
background-color: #DCD70F;
}
</style>
border-color css
<style>
span { border-color: #DCD70F; }
span { border-color: rgb(220,215,15); }
td.TdClassName
{
border-color: #DCD70F;
}
.TagClassName
{
border-color: #DCD70F;
}
</style>