Shades of Barberry #DCD21A
Tints of Barberry #DCD21A
RGB
CMYK
RGB Variations
Color information
#DCD21A (or 0xDCD21A) is known color: Barberry. HEX triplet: DC, D2 and 1A. RGB value is (220,210,26). Sum of RGB (Red+Green+Blue) = 220+210+26=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD21A is #232DE5. Grayscale: #C0C0C0. Windows color (decimal): -2305510 or 1757916. OLE color: 1757916.
HSL color Cylindrical-coordinate representation of color #DCD21A: hue angle of 56.91º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCD21A is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 26 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.14 |
| HSL | 56.91º | 0.79% | 0.48% | - |
| HSV(B) | 56.91º | 0.88% | 0.86% | - |
| XYZ | 52.75 | 61.38 | 10.05 | - |
| YUV | 192.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 26 | 0 | 0.05 | 0.88 | 0.14 | 56.91 | 0.79 | 0.48 |
| Hex | DC | D2 | 1A | 0 | 5 | 58 | E | 39 | 4F | 30 |
| Octal | 334 | 322 | 32 | 0 | 5 | 130 | 16 | 71 | 117 | 60 |
| Binary | 11011100 | 11010010 | 11010 | 0 | 101 | 1011000 | 1110 | 111001 | 1001111 | 110000 |
Color Harmonies of #DCD21A
Complementary color
Monochromatic Colors of #DCD21A
Black with #DCD21A
Text Example
Text Example
White with #DCD21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD21A; }
p { color: rgb(220,210,26); }
H1.HeaderClassName
{
color: #DCD21A;
}
.AnyTagClassName
{
color: #DCD21A;
}
</style>
background-color css
<style>
a { background-color: #DCD21A; }
a { background-color: rgb(220,210,26); }
div.DivClassName
{
background-color: #DCD21A;
}
.BgClassName
{
background-color: #DCD21A;
}
</style>
border-color css
<style>
span { border-color: #DCD21A; }
span { border-color: rgb(220,210,26); }
td.TdClassName
{
border-color: #DCD21A;
}
.TagClassName
{
border-color: #DCD21A;
}
</style>