Shades of Barberry #DCD21D
Tints of Barberry #DCD21D
RGB
CMYK
RGB Variations
Color information
#DCD21D (or 0xDCD21D) is known color: Barberry. HEX triplet: DC, D2 and 1D. RGB value is (220,210,29). Sum of RGB (Red+Green+Blue) = 220+210+29=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD21D is #232DE2. Grayscale: #C1C1C1. Windows color (decimal): -2305507 or 1954524. OLE color: 1954524.
HSL color Cylindrical-coordinate representation of color #DCD21D: hue angle of 56.86º 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 #DCD21D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 29 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.14 |
| HSL | 56.86º | 0.77% | 0.49% | - |
| HSV(B) | 56.86º | 0.87% | 0.86% | - |
| XYZ | 52.78 | 61.4 | 10.23 | - |
| YUV | 192.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 29 | 0 | 0.05 | 0.87 | 0.14 | 56.86 | 0.77 | 0.49 |
| Hex | DC | D2 | 1D | 0 | 5 | 57 | E | 39 | 4D | 31 |
| Octal | 334 | 322 | 35 | 0 | 5 | 127 | 16 | 71 | 115 | 61 |
| Binary | 11011100 | 11010010 | 11101 | 0 | 101 | 1010111 | 1110 | 111001 | 1001101 | 110001 |
Color Harmonies of #DCD21D
Complementary color
Monochromatic Colors of #DCD21D
Black with #DCD21D
Text Example
Text Example
White with #DCD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD21D; }
p { color: rgb(220,210,29); }
H1.HeaderClassName
{
color: #DCD21D;
}
.AnyTagClassName
{
color: #DCD21D;
}
</style>
background-color css
<style>
a { background-color: #DCD21D; }
a { background-color: rgb(220,210,29); }
div.DivClassName
{
background-color: #DCD21D;
}
.BgClassName
{
background-color: #DCD21D;
}
</style>
border-color css
<style>
span { border-color: #DCD21D; }
span { border-color: rgb(220,210,29); }
td.TdClassName
{
border-color: #DCD21D;
}
.TagClassName
{
border-color: #DCD21D;
}
</style>