Shades of Barberry #DCD51D
Tints of Barberry #DCD51D
RGB
CMYK
RGB Variations
Color information
#DCD51D (or 0xDCD51D) is known color: Barberry. HEX triplet: DC, D5 and 1D. RGB value is (220,213,29). Sum of RGB (Red+Green+Blue) = 220+213+29=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD51D is #232AE2. Grayscale: #C2C2C2. Windows color (decimal): -2304739 or 1955292. OLE color: 1955292.
HSL color Cylindrical-coordinate representation of color #DCD51D: hue angle of 57.8º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCD51D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 29 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.14 |
| HSL | 57.8º | 0.77% | 0.49% | - |
| HSV(B) | 57.8º | 0.87% | 0.86% | - |
| XYZ | 53.53 | 62.89 | 10.48 | - |
| YUV | 194.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 29 | 0 | 0.03 | 0.87 | 0.14 | 57.8 | 0.77 | 0.49 |
| Hex | DC | D5 | 1D | 0 | 3 | 57 | E | 3A | 4D | 31 |
| Octal | 334 | 325 | 35 | 0 | 3 | 127 | 16 | 72 | 115 | 61 |
| Binary | 11011100 | 11010101 | 11101 | 0 | 11 | 1010111 | 1110 | 111010 | 1001101 | 110001 |
Color Harmonies of #DCD51D
Complementary color
Monochromatic Colors of #DCD51D
Black with #DCD51D
Text Example
Text Example
White with #DCD51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD51D; }
p { color: rgb(220,213,29); }
H1.HeaderClassName
{
color: #DCD51D;
}
.AnyTagClassName
{
color: #DCD51D;
}
</style>
background-color css
<style>
a { background-color: #DCD51D; }
a { background-color: rgb(220,213,29); }
div.DivClassName
{
background-color: #DCD51D;
}
.BgClassName
{
background-color: #DCD51D;
}
</style>
border-color css
<style>
span { border-color: #DCD51D; }
span { border-color: rgb(220,213,29); }
td.TdClassName
{
border-color: #DCD51D;
}
.TagClassName
{
border-color: #DCD51D;
}
</style>