Shades of Barberry #DCD51F
Tints of Barberry #DCD51F
RGB
CMYK
RGB Variations
Color information
#DCD51F (or 0xDCD51F) is known color: Barberry. HEX triplet: DC, D5 and 1F. RGB value is (220,213,31). Sum of RGB (Red+Green+Blue) = 220+213+31=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD51F is #232AE0. Grayscale: #C3C3C3. Windows color (decimal): -2304737 or 2086364. OLE color: 2086364.
HSL color Cylindrical-coordinate representation of color #DCD51F: hue angle of 57.78º 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 #DCD51F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 31 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.14 |
| HSL | 57.78º | 0.75% | 0.49% | - |
| HSV(B) | 57.78º | 0.86% | 0.86% | - |
| XYZ | 53.56 | 62.9 | 10.62 | - |
| YUV | 194.35 | 35.82 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 31 | 0 | 0.03 | 0.86 | 0.14 | 57.78 | 0.75 | 0.49 |
| Hex | DC | D5 | 1F | 0 | 3 | 56 | E | 3A | 4B | 31 |
| Octal | 334 | 325 | 37 | 0 | 3 | 126 | 16 | 72 | 113 | 61 |
| Binary | 11011100 | 11010101 | 11111 | 0 | 11 | 1010110 | 1110 | 111010 | 1001011 | 110001 |
Color Harmonies of #DCD51F
Complementary color
Monochromatic Colors of #DCD51F
Black with #DCD51F
Text Example
Text Example
White with #DCD51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD51F; }
p { color: rgb(220,213,31); }
H1.HeaderClassName
{
color: #DCD51F;
}
.AnyTagClassName
{
color: #DCD51F;
}
</style>
background-color css
<style>
a { background-color: #DCD51F; }
a { background-color: rgb(220,213,31); }
div.DivClassName
{
background-color: #DCD51F;
}
.BgClassName
{
background-color: #DCD51F;
}
</style>
border-color css
<style>
span { border-color: #DCD51F; }
span { border-color: rgb(220,213,31); }
td.TdClassName
{
border-color: #DCD51F;
}
.TagClassName
{
border-color: #DCD51F;
}
</style>