Shades of Barberry #DCD125
Tints of Barberry #DCD125
RGB
CMYK
RGB Variations
Color information
#DCD125 (or 0xDCD125) is known color: Barberry. HEX triplet: DC, D1 and 25. RGB value is (220,209,37). Sum of RGB (Red+Green+Blue) = 220+209+37=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD125 is #232EDA. Grayscale: #C1C1C1. Windows color (decimal): -2305755 or 2478556. OLE color: 2478556.
HSL color Cylindrical-coordinate representation of color #DCD125: hue angle of 56.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCD125 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 37 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.14 |
| HSL | 56.39º | 0.72% | 0.5% | - |
| HSV(B) | 56.39º | 0.83% | 0.86% | - |
| XYZ | 52.65 | 60.95 | 10.74 | - |
| YUV | 192.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 37 | 0 | 0.05 | 0.83 | 0.14 | 56.39 | 0.72 | 0.5 |
| Hex | DC | D1 | 25 | 0 | 5 | 53 | E | 38 | 48 | 32 |
| Octal | 334 | 321 | 45 | 0 | 5 | 123 | 16 | 70 | 110 | 62 |
| Binary | 11011100 | 11010001 | 100101 | 0 | 101 | 1010011 | 1110 | 111000 | 1001000 | 110010 |
Color Harmonies of #DCD125
Complementary color
Monochromatic Colors of #DCD125
Black with #DCD125
Text Example
Text Example
White with #DCD125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD125; }
p { color: rgb(220,209,37); }
H1.HeaderClassName
{
color: #DCD125;
}
.AnyTagClassName
{
color: #DCD125;
}
</style>
background-color css
<style>
a { background-color: #DCD125; }
a { background-color: rgb(220,209,37); }
div.DivClassName
{
background-color: #DCD125;
}
.BgClassName
{
background-color: #DCD125;
}
</style>
border-color css
<style>
span { border-color: #DCD125; }
span { border-color: rgb(220,209,37); }
td.TdClassName
{
border-color: #DCD125;
}
.TagClassName
{
border-color: #DCD125;
}
</style>