Shades of Barberry #DCD81A
Tints of Barberry #DCD81A
RGB
CMYK
RGB Variations
Color information
#DCD81A (or 0xDCD81A) is known color: Barberry. HEX triplet: DC, D8 and 1A. RGB value is (220,216,26). Sum of RGB (Red+Green+Blue) = 220+216+26=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD81A is #2327E5. Grayscale: #C4C4C4. Windows color (decimal): -2303974 or 1759452. OLE color: 1759452.
HSL color Cylindrical-coordinate representation of color #DCD81A: hue angle of 58.76º 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 #DCD81A is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 26 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.14 |
| HSL | 58.76º | 0.79% | 0.48% | - |
| HSV(B) | 58.76º | 0.88% | 0.86% | - |
| XYZ | 54.26 | 64.4 | 10.55 | - |
| YUV | 195.54 | 32.33 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 26 | 0 | 0.02 | 0.88 | 0.14 | 58.76 | 0.79 | 0.48 |
| Hex | DC | D8 | 1A | 0 | 2 | 58 | E | 3B | 4F | 30 |
| Octal | 334 | 330 | 32 | 0 | 2 | 130 | 16 | 73 | 117 | 60 |
| Binary | 11011100 | 11011000 | 11010 | 0 | 10 | 1011000 | 1110 | 111011 | 1001111 | 110000 |
Color Harmonies of #DCD81A
Complementary color
Monochromatic Colors of #DCD81A
Black with #DCD81A
Text Example
Text Example
White with #DCD81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD81A; }
p { color: rgb(220,216,26); }
H1.HeaderClassName
{
color: #DCD81A;
}
.AnyTagClassName
{
color: #DCD81A;
}
</style>
background-color css
<style>
a { background-color: #DCD81A; }
a { background-color: rgb(220,216,26); }
div.DivClassName
{
background-color: #DCD81A;
}
.BgClassName
{
background-color: #DCD81A;
}
</style>
border-color css
<style>
span { border-color: #DCD81A; }
span { border-color: rgb(220,216,26); }
td.TdClassName
{
border-color: #DCD81A;
}
.TagClassName
{
border-color: #DCD81A;
}
</style>