Shades of Barberry #DFD51C
Tints of Barberry #DFD51C
RGB
CMYK
RGB Variations
Color information
#DFD51C (or 0xDFD51C) is known color: Barberry. HEX triplet: DF, D5 and 1C. RGB value is (223,213,28). Sum of RGB (Red+Green+Blue) = 223+213+28=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD51C is #202AE3. Grayscale: #C3C3C3. Windows color (decimal): -2108132 or 1889759. OLE color: 1889759.
HSL color Cylindrical-coordinate representation of color #DFD51C: hue angle of 56.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFD51C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 28 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.13 |
| HSL | 56.92º | 0.78% | 0.49% | - |
| HSV(B) | 56.92º | 0.87% | 0.87% | - |
| XYZ | 54.44 | 63.36 | 10.46 | - |
| YUV | 194.9 | 33.81 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 28 | 0 | 0.04 | 0.87 | 0.13 | 56.92 | 0.78 | 0.49 |
| Hex | DF | D5 | 1C | 0 | 4 | 57 | D | 39 | 4E | 31 |
| Octal | 337 | 325 | 34 | 0 | 4 | 127 | 15 | 71 | 116 | 61 |
| Binary | 11011111 | 11010101 | 11100 | 0 | 100 | 1010111 | 1101 | 111001 | 1001110 | 110001 |
Color Harmonies of #DFD51C
Complementary color
Monochromatic Colors of #DFD51C
Black with #DFD51C
Text Example
Text Example
White with #DFD51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD51C; }
p { color: rgb(223,213,28); }
H1.HeaderClassName
{
color: #DFD51C;
}
.AnyTagClassName
{
color: #DFD51C;
}
</style>
background-color css
<style>
a { background-color: #DFD51C; }
a { background-color: rgb(223,213,28); }
div.DivClassName
{
background-color: #DFD51C;
}
.BgClassName
{
background-color: #DFD51C;
}
</style>
border-color css
<style>
span { border-color: #DFD51C; }
span { border-color: rgb(223,213,28); }
td.TdClassName
{
border-color: #DFD51C;
}
.TagClassName
{
border-color: #DFD51C;
}
</style>