Shades of Barberry #DCD80F
Tints of Barberry #DCD80F
RGB
CMYK
RGB Variations
Color information
#DCD80F (or 0xDCD80F) is known color: Barberry. HEX triplet: DC, D8 and 0F. RGB value is (220,216,15). Sum of RGB (Red+Green+Blue) = 220+216+15=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD80F is #2327F0. Grayscale: #C3C3C3. Windows color (decimal): -2303985 or 1038556. OLE color: 1038556.
HSL color Cylindrical-coordinate representation of color #DCD80F: hue angle of 58.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCD80F is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 15 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.14 |
| HSL | 58.83º | 0.87% | 0.46% | - |
| HSV(B) | 58.83º | 0.93% | 0.86% | - |
| XYZ | 54.16 | 64.36 | 10.02 | - |
| YUV | 194.28 | 26.83 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 15 | 0 | 0.02 | 0.93 | 0.14 | 58.83 | 0.87 | 0.46 |
| Hex | DC | D8 | F | 0 | 2 | 5D | E | 3B | 57 | 2E |
| Octal | 334 | 330 | 17 | 0 | 2 | 135 | 16 | 73 | 127 | 56 |
| Binary | 11011100 | 11011000 | 1111 | 0 | 10 | 1011101 | 1110 | 111011 | 1010111 | 101110 |
Color Harmonies of #DCD80F
Complementary color
Monochromatic Colors of #DCD80F
Black with #DCD80F
Text Example
Text Example
White with #DCD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD80F; }
p { color: rgb(220,216,15); }
H1.HeaderClassName
{
color: #DCD80F;
}
.AnyTagClassName
{
color: #DCD80F;
}
</style>
background-color css
<style>
a { background-color: #DCD80F; }
a { background-color: rgb(220,216,15); }
div.DivClassName
{
background-color: #DCD80F;
}
.BgClassName
{
background-color: #DCD80F;
}
</style>
border-color css
<style>
span { border-color: #DCD80F; }
span { border-color: rgb(220,216,15); }
td.TdClassName
{
border-color: #DCD80F;
}
.TagClassName
{
border-color: #DCD80F;
}
</style>