Shades of Barberry #DCD81F
Tints of Barberry #DCD81F
RGB
CMYK
RGB Variations
Color information
#DCD81F (or 0xDCD81F) is known color: Barberry. HEX triplet: DC, D8 and 1F. RGB value is (220,216,31). Sum of RGB (Red+Green+Blue) = 220+216+31=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD81F is #2327E0. Grayscale: #C4C4C4. Windows color (decimal): -2303969 or 2087132. OLE color: 2087132.
HSL color Cylindrical-coordinate representation of color #DCD81F: hue angle of 58.73º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCD81F is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 31 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.14 |
| HSL | 58.73º | 0.75% | 0.49% | - |
| HSV(B) | 58.73º | 0.86% | 0.86% | - |
| XYZ | 54.32 | 64.43 | 10.87 | - |
| YUV | 196.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 31 | 0 | 0.02 | 0.86 | 0.14 | 58.73 | 0.75 | 0.49 |
| Hex | DC | D8 | 1F | 0 | 2 | 56 | E | 3B | 4B | 31 |
| Octal | 334 | 330 | 37 | 0 | 2 | 126 | 16 | 73 | 113 | 61 |
| Binary | 11011100 | 11011000 | 11111 | 0 | 10 | 1010110 | 1110 | 111011 | 1001011 | 110001 |
Color Harmonies of #DCD81F
Complementary color
Monochromatic Colors of #DCD81F
Black with #DCD81F
Text Example
Text Example
White with #DCD81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD81F; }
p { color: rgb(220,216,31); }
H1.HeaderClassName
{
color: #DCD81F;
}
.AnyTagClassName
{
color: #DCD81F;
}
</style>
background-color css
<style>
a { background-color: #DCD81F; }
a { background-color: rgb(220,216,31); }
div.DivClassName
{
background-color: #DCD81F;
}
.BgClassName
{
background-color: #DCD81F;
}
</style>
border-color css
<style>
span { border-color: #DCD81F; }
span { border-color: rgb(220,216,31); }
td.TdClassName
{
border-color: #DCD81F;
}
.TagClassName
{
border-color: #DCD81F;
}
</style>