Shades of Barberry #DFD31B
Tints of Barberry #DFD31B
RGB
CMYK
RGB Variations
Color information
#DFD31B (or 0xDFD31B) is known color: Barberry. HEX triplet: DF, D3 and 1B. RGB value is (223,211,27). Sum of RGB (Red+Green+Blue) = 223+211+27=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD31B is #202CE4. Grayscale: #C2C2C2. Windows color (decimal): -2108645 or 1823711. OLE color: 1823711.
HSL color Cylindrical-coordinate representation of color #DFD31B: hue angle of 56.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFD31B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 27 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.13 |
| HSL | 56.33º | 0.78% | 0.49% | - |
| HSV(B) | 56.33º | 0.88% | 0.87% | - |
| XYZ | 53.92 | 62.36 | 10.23 | - |
| YUV | 193.61 | 33.98 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 27 | 0 | 0.05 | 0.88 | 0.13 | 56.33 | 0.78 | 0.49 |
| Hex | DF | D3 | 1B | 0 | 5 | 58 | D | 38 | 4E | 31 |
| Octal | 337 | 323 | 33 | 0 | 5 | 130 | 15 | 70 | 116 | 61 |
| Binary | 11011111 | 11010011 | 11011 | 0 | 101 | 1011000 | 1101 | 111000 | 1001110 | 110001 |
Color Harmonies of #DFD31B
Complementary color
Monochromatic Colors of #DFD31B
Black with #DFD31B
Text Example
Text Example
White with #DFD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD31B; }
p { color: rgb(223,211,27); }
H1.HeaderClassName
{
color: #DFD31B;
}
.AnyTagClassName
{
color: #DFD31B;
}
</style>
background-color css
<style>
a { background-color: #DFD31B; }
a { background-color: rgb(223,211,27); }
div.DivClassName
{
background-color: #DFD31B;
}
.BgClassName
{
background-color: #DFD31B;
}
</style>
border-color css
<style>
span { border-color: #DFD31B; }
span { border-color: rgb(223,211,27); }
td.TdClassName
{
border-color: #DFD31B;
}
.TagClassName
{
border-color: #DFD31B;
}
</style>