Shades of Barberry #DCD025
Tints of Barberry #DCD025
RGB
CMYK
RGB Variations
Color information
#DCD025 (or 0xDCD025) is known color: Barberry. HEX triplet: DC, D0 and 25. RGB value is (220,208,37). Sum of RGB (Red+Green+Blue) = 220+208+37=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD025 is #232FDA. Grayscale: #C0C0C0. Windows color (decimal): -2306011 or 2478300. OLE color: 2478300.
HSL color Cylindrical-coordinate representation of color #DCD025: hue angle of 56.07º 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 #DCD025 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 37 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.14 |
| HSL | 56.07º | 0.72% | 0.5% | - |
| HSV(B) | 56.07º | 0.83% | 0.86% | - |
| XYZ | 52.41 | 60.46 | 10.66 | - |
| YUV | 192.09 | 40.48 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 37 | 0 | 0.05 | 0.83 | 0.14 | 56.07 | 0.72 | 0.5 |
| Hex | DC | D0 | 25 | 0 | 5 | 53 | E | 38 | 48 | 32 |
| Octal | 334 | 320 | 45 | 0 | 5 | 123 | 16 | 70 | 110 | 62 |
| Binary | 11011100 | 11010000 | 100101 | 0 | 101 | 1010011 | 1110 | 111000 | 1001000 | 110010 |
Color Harmonies of #DCD025
Complementary color
Monochromatic Colors of #DCD025
Black with #DCD025
Text Example
Text Example
White with #DCD025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD025; }
p { color: rgb(220,208,37); }
H1.HeaderClassName
{
color: #DCD025;
}
.AnyTagClassName
{
color: #DCD025;
}
</style>
background-color css
<style>
a { background-color: #DCD025; }
a { background-color: rgb(220,208,37); }
div.DivClassName
{
background-color: #DCD025;
}
.BgClassName
{
background-color: #DCD025;
}
</style>
border-color css
<style>
span { border-color: #DCD025; }
span { border-color: rgb(220,208,37); }
td.TdClassName
{
border-color: #DCD025;
}
.TagClassName
{
border-color: #DCD025;
}
</style>