Shades of Barberry #DCD12A
Tints of Barberry #DCD12A
RGB
CMYK
RGB Variations
Color information
#DCD12A (or 0xDCD12A) is known color: Barberry. HEX triplet: DC, D1 and 2A. RGB value is (220,209,42). Sum of RGB (Red+Green+Blue) = 220+209+42=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD12A is #232ED5. Grayscale: #C1C1C1. Windows color (decimal): -2305750 or 2806236. OLE color: 2806236.
HSL color Cylindrical-coordinate representation of color #DCD12A: hue angle of 56.29º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCD12A is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 42 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.14 |
| HSL | 56.29º | 0.72% | 0.51% | - |
| HSV(B) | 56.29º | 0.81% | 0.86% | - |
| XYZ | 52.73 | 60.98 | 11.18 | - |
| YUV | 193.25 | 42.64 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 42 | 0 | 0.05 | 0.81 | 0.14 | 56.29 | 0.72 | 0.51 |
| Hex | DC | D1 | 2A | 0 | 5 | 51 | E | 38 | 48 | 33 |
| Octal | 334 | 321 | 52 | 0 | 5 | 121 | 16 | 70 | 110 | 63 |
| Binary | 11011100 | 11010001 | 101010 | 0 | 101 | 1010001 | 1110 | 111000 | 1001000 | 110011 |
Color Harmonies of #DCD12A
Complementary color
Monochromatic Colors of #DCD12A
Black with #DCD12A
Text Example
Text Example
White with #DCD12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD12A; }
p { color: rgb(220,209,42); }
H1.HeaderClassName
{
color: #DCD12A;
}
.AnyTagClassName
{
color: #DCD12A;
}
</style>
background-color css
<style>
a { background-color: #DCD12A; }
a { background-color: rgb(220,209,42); }
div.DivClassName
{
background-color: #DCD12A;
}
.BgClassName
{
background-color: #DCD12A;
}
</style>
border-color css
<style>
span { border-color: #DCD12A; }
span { border-color: rgb(220,209,42); }
td.TdClassName
{
border-color: #DCD12A;
}
.TagClassName
{
border-color: #DCD12A;
}
</style>