Shades of Barberry #DCD313
Tints of Barberry #DCD313
RGB
CMYK
RGB Variations
Color information
#DCD313 (or 0xDCD313) is known color: Barberry. HEX triplet: DC, D3 and 13. RGB value is (220,211,19). Sum of RGB (Red+Green+Blue) = 220+211+19=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD313 is #232CEC. Grayscale: #C0C0C0. Windows color (decimal): -2305261 or 1299420. OLE color: 1299420.
HSL color Cylindrical-coordinate representation of color #DCD313: hue angle of 57.31º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCD313 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 19 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.14 |
| HSL | 57.31º | 0.84% | 0.47% | - |
| HSV(B) | 57.31º | 0.91% | 0.86% | - |
| XYZ | 52.93 | 61.85 | 9.77 | - |
| YUV | 191.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 19 | 0 | 0.04 | 0.91 | 0.14 | 57.31 | 0.84 | 0.47 |
| Hex | DC | D3 | 13 | 0 | 4 | 5B | E | 39 | 54 | 2F |
| Octal | 334 | 323 | 23 | 0 | 4 | 133 | 16 | 71 | 124 | 57 |
| Binary | 11011100 | 11010011 | 10011 | 0 | 100 | 1011011 | 1110 | 111001 | 1010100 | 101111 |
Color Harmonies of #DCD313
Complementary color
Monochromatic Colors of #DCD313
Black with #DCD313
Text Example
Text Example
White with #DCD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD313; }
p { color: rgb(220,211,19); }
H1.HeaderClassName
{
color: #DCD313;
}
.AnyTagClassName
{
color: #DCD313;
}
</style>
background-color css
<style>
a { background-color: #DCD313; }
a { background-color: rgb(220,211,19); }
div.DivClassName
{
background-color: #DCD313;
}
.BgClassName
{
background-color: #DCD313;
}
</style>
border-color css
<style>
span { border-color: #DCD313; }
span { border-color: rgb(220,211,19); }
td.TdClassName
{
border-color: #DCD313;
}
.TagClassName
{
border-color: #DCD313;
}
</style>