Shades of Barberry #DCD91B
Tints of Barberry #DCD91B
RGB
CMYK
RGB Variations
Color information
#DCD91B (or 0xDCD91B) is known color: Barberry. HEX triplet: DC, D9 and 1B. RGB value is (220,217,27). Sum of RGB (Red+Green+Blue) = 220+217+27=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD91B is #2326E4. Grayscale: #C5C5C5. Windows color (decimal): -2303717 or 1825244. OLE color: 1825244.
HSL color Cylindrical-coordinate representation of color #DCD91B: hue angle of 59.07º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCD91B is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 27 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.14 |
| HSL | 59.07º | 0.78% | 0.48% | - |
| HSV(B) | 59.07º | 0.88% | 0.86% | - |
| XYZ | 54.53 | 64.92 | 10.69 | - |
| YUV | 196.24 | 32.49 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 27 | 0 | 0.01 | 0.88 | 0.14 | 59.07 | 0.78 | 0.48 |
| Hex | DC | D9 | 1B | 0 | 1 | 58 | E | 3B | 4E | 30 |
| Octal | 334 | 331 | 33 | 0 | 1 | 130 | 16 | 73 | 116 | 60 |
| Binary | 11011100 | 11011001 | 11011 | 0 | 1 | 1011000 | 1110 | 111011 | 1001110 | 110000 |
Color Harmonies of #DCD91B
Complementary color
Monochromatic Colors of #DCD91B
Black with #DCD91B
Text Example
Text Example
White with #DCD91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD91B; }
p { color: rgb(220,217,27); }
H1.HeaderClassName
{
color: #DCD91B;
}
.AnyTagClassName
{
color: #DCD91B;
}
</style>
background-color css
<style>
a { background-color: #DCD91B; }
a { background-color: rgb(220,217,27); }
div.DivClassName
{
background-color: #DCD91B;
}
.BgClassName
{
background-color: #DCD91B;
}
</style>
border-color css
<style>
span { border-color: #DCD91B; }
span { border-color: rgb(220,217,27); }
td.TdClassName
{
border-color: #DCD91B;
}
.TagClassName
{
border-color: #DCD91B;
}
</style>