Shades of Barberry #DCD812
Tints of Barberry #DCD812
RGB
CMYK
RGB Variations
Color information
#DCD812 (or 0xDCD812) is known color: Barberry. HEX triplet: DC, D8 and 12. RGB value is (220,216,18). Sum of RGB (Red+Green+Blue) = 220+216+18=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD812 is #2327ED. Grayscale: #C3C3C3. Windows color (decimal): -2303982 or 1235164. OLE color: 1235164.
HSL color Cylindrical-coordinate representation of color #DCD812: hue angle of 58.81º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD812 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 18 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.14 |
| HSL | 58.81º | 0.85% | 0.47% | - |
| HSV(B) | 58.81º | 0.92% | 0.86% | - |
| XYZ | 54.18 | 64.37 | 10.14 | - |
| YUV | 194.62 | 28.33 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 18 | 0 | 0.02 | 0.92 | 0.14 | 58.81 | 0.85 | 0.47 |
| Hex | DC | D8 | 12 | 0 | 2 | 5C | E | 3B | 55 | 2F |
| Octal | 334 | 330 | 22 | 0 | 2 | 134 | 16 | 73 | 125 | 57 |
| Binary | 11011100 | 11011000 | 10010 | 0 | 10 | 1011100 | 1110 | 111011 | 1010101 | 101111 |
Color Harmonies of #DCD812
Complementary color
Monochromatic Colors of #DCD812
Black with #DCD812
Text Example
Text Example
White with #DCD812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD812; }
p { color: rgb(220,216,18); }
H1.HeaderClassName
{
color: #DCD812;
}
.AnyTagClassName
{
color: #DCD812;
}
</style>
background-color css
<style>
a { background-color: #DCD812; }
a { background-color: rgb(220,216,18); }
div.DivClassName
{
background-color: #DCD812;
}
.BgClassName
{
background-color: #DCD812;
}
</style>
border-color css
<style>
span { border-color: #DCD812; }
span { border-color: rgb(220,216,18); }
td.TdClassName
{
border-color: #DCD812;
}
.TagClassName
{
border-color: #DCD812;
}
</style>