Shades of Barberry #DFD81C
Tints of Barberry #DFD81C
RGB
CMYK
RGB Variations
Color information
#DFD81C (or 0xDFD81C) is known color: Barberry. HEX triplet: DF, D8 and 1C. RGB value is (223,216,28). Sum of RGB (Red+Green+Blue) = 223+216+28=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD81C is #2027E3. Grayscale: #C5C5C5. Windows color (decimal): -2107364 or 1890527. OLE color: 1890527.
HSL color Cylindrical-coordinate representation of color #DFD81C: hue angle of 57.85º 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 #DFD81C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 28 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.13 |
| HSL | 57.85º | 0.78% | 0.49% | - |
| HSV(B) | 57.85º | 0.87% | 0.87% | - |
| XYZ | 55.2 | 64.88 | 10.71 | - |
| YUV | 196.66 | 32.82 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 28 | 0 | 0.03 | 0.87 | 0.13 | 57.85 | 0.78 | 0.49 |
| Hex | DF | D8 | 1C | 0 | 3 | 57 | D | 3A | 4E | 31 |
| Octal | 337 | 330 | 34 | 0 | 3 | 127 | 15 | 72 | 116 | 61 |
| Binary | 11011111 | 11011000 | 11100 | 0 | 11 | 1010111 | 1101 | 111010 | 1001110 | 110001 |
Color Harmonies of #DFD81C
Complementary color
Monochromatic Colors of #DFD81C
Black with #DFD81C
Text Example
Text Example
White with #DFD81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD81C; }
p { color: rgb(223,216,28); }
H1.HeaderClassName
{
color: #DFD81C;
}
.AnyTagClassName
{
color: #DFD81C;
}
</style>
background-color css
<style>
a { background-color: #DFD81C; }
a { background-color: rgb(223,216,28); }
div.DivClassName
{
background-color: #DFD81C;
}
.BgClassName
{
background-color: #DFD81C;
}
</style>
border-color css
<style>
span { border-color: #DFD81C; }
span { border-color: rgb(223,216,28); }
td.TdClassName
{
border-color: #DFD81C;
}
.TagClassName
{
border-color: #DFD81C;
}
</style>