Shades of Barberry #DCD40F
Tints of Barberry #DCD40F
RGB
CMYK
RGB Variations
Color information
#DCD40F (or 0xDCD40F) is known color: Barberry. HEX triplet: DC, D4 and 0F. RGB value is (220,212,15). Sum of RGB (Red+Green+Blue) = 220+212+15=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD40F is #232BF0. Grayscale: #C0C0C0. Windows color (decimal): -2305009 or 1037532. OLE color: 1037532.
HSL color Cylindrical-coordinate representation of color #DCD40F: hue angle of 57.66º 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 #DCD40F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 15 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.14 |
| HSL | 57.66º | 0.87% | 0.46% | - |
| HSV(B) | 57.66º | 0.93% | 0.86% | - |
| XYZ | 53.14 | 62.34 | 9.68 | - |
| YUV | 191.93 | 28.15 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 15 | 0 | 0.04 | 0.93 | 0.14 | 57.66 | 0.87 | 0.46 |
| Hex | DC | D4 | F | 0 | 4 | 5D | E | 3A | 57 | 2E |
| Octal | 334 | 324 | 17 | 0 | 4 | 135 | 16 | 72 | 127 | 56 |
| Binary | 11011100 | 11010100 | 1111 | 0 | 100 | 1011101 | 1110 | 111010 | 1010111 | 101110 |
Color Harmonies of #DCD40F
Complementary color
Monochromatic Colors of #DCD40F
Black with #DCD40F
Text Example
Text Example
White with #DCD40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD40F; }
p { color: rgb(220,212,15); }
H1.HeaderClassName
{
color: #DCD40F;
}
.AnyTagClassName
{
color: #DCD40F;
}
</style>
background-color css
<style>
a { background-color: #DCD40F; }
a { background-color: rgb(220,212,15); }
div.DivClassName
{
background-color: #DCD40F;
}
.BgClassName
{
background-color: #DCD40F;
}
</style>
border-color css
<style>
span { border-color: #DCD40F; }
span { border-color: rgb(220,212,15); }
td.TdClassName
{
border-color: #DCD40F;
}
.TagClassName
{
border-color: #DCD40F;
}
</style>