Shades of Barberry #DFD31C
Tints of Barberry #DFD31C
RGB
CMYK
RGB Variations
Color information
#DFD31C (or 0xDFD31C) is known color: Barberry. HEX triplet: DF, D3 and 1C. RGB value is (223,211,28). Sum of RGB (Red+Green+Blue) = 223+211+28=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD31C is #202CE3. Grayscale: #C2C2C2. Windows color (decimal): -2108644 or 1889247. OLE color: 1889247.
HSL color Cylindrical-coordinate representation of color #DFD31C: hue angle of 56.31º 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 #DFD31C is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 28 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.13 |
| HSL | 56.31º | 0.78% | 0.49% | - |
| HSV(B) | 56.31º | 0.87% | 0.87% | - |
| XYZ | 53.94 | 62.36 | 10.29 | - |
| YUV | 193.73 | 34.48 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 28 | 0 | 0.05 | 0.87 | 0.13 | 56.31 | 0.78 | 0.49 |
| Hex | DF | D3 | 1C | 0 | 5 | 57 | D | 38 | 4E | 31 |
| Octal | 337 | 323 | 34 | 0 | 5 | 127 | 15 | 70 | 116 | 61 |
| Binary | 11011111 | 11010011 | 11100 | 0 | 101 | 1010111 | 1101 | 111000 | 1001110 | 110001 |
Color Harmonies of #DFD31C
Complementary color
Monochromatic Colors of #DFD31C
Black with #DFD31C
Text Example
Text Example
White with #DFD31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD31C; }
p { color: rgb(223,211,28); }
H1.HeaderClassName
{
color: #DFD31C;
}
.AnyTagClassName
{
color: #DFD31C;
}
</style>
background-color css
<style>
a { background-color: #DFD31C; }
a { background-color: rgb(223,211,28); }
div.DivClassName
{
background-color: #DFD31C;
}
.BgClassName
{
background-color: #DFD31C;
}
</style>
border-color css
<style>
span { border-color: #DFD31C; }
span { border-color: rgb(223,211,28); }
td.TdClassName
{
border-color: #DFD31C;
}
.TagClassName
{
border-color: #DFD31C;
}
</style>