Shades of Barberry #DCD128
Tints of Barberry #DCD128
RGB
CMYK
RGB Variations
Color information
#DCD128 (or 0xDCD128) is known color: Barberry. HEX triplet: DC, D1 and 28. RGB value is (220,209,40). Sum of RGB (Red+Green+Blue) = 220+209+40=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD128 is #232ED7. Grayscale: #C1C1C1. Windows color (decimal): -2305752 or 2675164. OLE color: 2675164.
HSL color Cylindrical-coordinate representation of color #DCD128: hue angle of 56.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCD128 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 40 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.14 |
| HSL | 56.33º | 0.72% | 0.51% | - |
| HSV(B) | 56.33º | 0.82% | 0.86% | - |
| XYZ | 52.7 | 60.97 | 11 | - |
| YUV | 193.02 | 41.64 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 40 | 0 | 0.05 | 0.82 | 0.14 | 56.33 | 0.72 | 0.51 |
| Hex | DC | D1 | 28 | 0 | 5 | 52 | E | 38 | 48 | 33 |
| Octal | 334 | 321 | 50 | 0 | 5 | 122 | 16 | 70 | 110 | 63 |
| Binary | 11011100 | 11010001 | 101000 | 0 | 101 | 1010010 | 1110 | 111000 | 1001000 | 110011 |
Color Harmonies of #DCD128
Complementary color
Monochromatic Colors of #DCD128
Black with #DCD128
Text Example
Text Example
White with #DCD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD128; }
p { color: rgb(220,209,40); }
H1.HeaderClassName
{
color: #DCD128;
}
.AnyTagClassName
{
color: #DCD128;
}
</style>
background-color css
<style>
a { background-color: #DCD128; }
a { background-color: rgb(220,209,40); }
div.DivClassName
{
background-color: #DCD128;
}
.BgClassName
{
background-color: #DCD128;
}
</style>
border-color css
<style>
span { border-color: #DCD128; }
span { border-color: rgb(220,209,40); }
td.TdClassName
{
border-color: #DCD128;
}
.TagClassName
{
border-color: #DCD128;
}
</style>