Shades of Barberry #DFD31D
Tints of Barberry #DFD31D
RGB
CMYK
RGB Variations
Color information
#DFD31D (or 0xDFD31D) is known color: Barberry. HEX triplet: DF, D3 and 1D. RGB value is (223,211,29). Sum of RGB (Red+Green+Blue) = 223+211+29=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD31D is #202CE2. Grayscale: #C2C2C2. Windows color (decimal): -2108643 or 1954783. OLE color: 1954783.
HSL color Cylindrical-coordinate representation of color #DFD31D: hue angle of 56.29º degrees, saturation: 0.77, 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 #DFD31D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 29 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.13 |
| HSL | 56.29º | 0.77% | 0.49% | - |
| HSV(B) | 56.29º | 0.87% | 0.87% | - |
| XYZ | 53.95 | 62.37 | 10.36 | - |
| YUV | 193.84 | 34.98 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 29 | 0 | 0.05 | 0.87 | 0.13 | 56.29 | 0.77 | 0.49 |
| Hex | DF | D3 | 1D | 0 | 5 | 57 | D | 38 | 4D | 31 |
| Octal | 337 | 323 | 35 | 0 | 5 | 127 | 15 | 70 | 115 | 61 |
| Binary | 11011111 | 11010011 | 11101 | 0 | 101 | 1010111 | 1101 | 111000 | 1001101 | 110001 |
Color Harmonies of #DFD31D
Complementary color
Monochromatic Colors of #DFD31D
Black with #DFD31D
Text Example
Text Example
White with #DFD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD31D; }
p { color: rgb(223,211,29); }
H1.HeaderClassName
{
color: #DFD31D;
}
.AnyTagClassName
{
color: #DFD31D;
}
</style>
background-color css
<style>
a { background-color: #DFD31D; }
a { background-color: rgb(223,211,29); }
div.DivClassName
{
background-color: #DFD31D;
}
.BgClassName
{
background-color: #DFD31D;
}
</style>
border-color css
<style>
span { border-color: #DFD31D; }
span { border-color: rgb(223,211,29); }
td.TdClassName
{
border-color: #DFD31D;
}
.TagClassName
{
border-color: #DFD31D;
}
</style>