Shades of Barberry #DFD31F
Tints of Barberry #DFD31F
RGB
CMYK
RGB Variations
Color information
#DFD31F (or 0xDFD31F) is known color: Barberry. HEX triplet: DF, D3 and 1F. RGB value is (223,211,31). Sum of RGB (Red+Green+Blue) = 223+211+31=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD31F is #202CE0. Grayscale: #C2C2C2. Windows color (decimal): -2108641 or 2085855. OLE color: 2085855.
HSL color Cylindrical-coordinate representation of color #DFD31F: hue angle of 56.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFD31F is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 31 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.13 |
| HSL | 56.25º | 0.76% | 0.5% | - |
| HSV(B) | 56.25º | 0.86% | 0.87% | - |
| XYZ | 53.97 | 62.38 | 10.49 | - |
| YUV | 194.07 | 35.98 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 31 | 0 | 0.05 | 0.86 | 0.13 | 56.25 | 0.76 | 0.5 |
| Hex | DF | D3 | 1F | 0 | 5 | 56 | D | 38 | 4C | 32 |
| Octal | 337 | 323 | 37 | 0 | 5 | 126 | 15 | 70 | 114 | 62 |
| Binary | 11011111 | 11010011 | 11111 | 0 | 101 | 1010110 | 1101 | 111000 | 1001100 | 110010 |
Color Harmonies of #DFD31F
Complementary color
Monochromatic Colors of #DFD31F
Black with #DFD31F
Text Example
Text Example
White with #DFD31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD31F; }
p { color: rgb(223,211,31); }
H1.HeaderClassName
{
color: #DFD31F;
}
.AnyTagClassName
{
color: #DFD31F;
}
</style>
background-color css
<style>
a { background-color: #DFD31F; }
a { background-color: rgb(223,211,31); }
div.DivClassName
{
background-color: #DFD31F;
}
.BgClassName
{
background-color: #DFD31F;
}
</style>
border-color css
<style>
span { border-color: #DFD31F; }
span { border-color: rgb(223,211,31); }
td.TdClassName
{
border-color: #DFD31F;
}
.TagClassName
{
border-color: #DFD31F;
}
</style>