Shades of Barberry #DFD81D
Tints of Barberry #DFD81D
RGB
CMYK
RGB Variations
Color information
#DFD81D (or 0xDFD81D) is known color: Barberry. HEX triplet: DF, D8 and 1D. RGB value is (223,216,29). Sum of RGB (Red+Green+Blue) = 223+216+29=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD81D is #2027E2. Grayscale: #C5C5C5. Windows color (decimal): -2107363 or 1956063. OLE color: 1956063.
HSL color Cylindrical-coordinate representation of color #DFD81D: hue angle of 57.84º 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 #DFD81D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 29 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.13 |
| HSL | 57.84º | 0.77% | 0.49% | - |
| HSV(B) | 57.84º | 0.87% | 0.87% | - |
| XYZ | 55.21 | 64.89 | 10.78 | - |
| YUV | 196.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 29 | 0 | 0.03 | 0.87 | 0.13 | 57.84 | 0.77 | 0.49 |
| Hex | DF | D8 | 1D | 0 | 3 | 57 | D | 3A | 4D | 31 |
| Octal | 337 | 330 | 35 | 0 | 3 | 127 | 15 | 72 | 115 | 61 |
| Binary | 11011111 | 11011000 | 11101 | 0 | 11 | 1010111 | 1101 | 111010 | 1001101 | 110001 |
Color Harmonies of #DFD81D
Complementary color
Monochromatic Colors of #DFD81D
Black with #DFD81D
Text Example
Text Example
White with #DFD81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD81D; }
p { color: rgb(223,216,29); }
H1.HeaderClassName
{
color: #DFD81D;
}
.AnyTagClassName
{
color: #DFD81D;
}
</style>
background-color css
<style>
a { background-color: #DFD81D; }
a { background-color: rgb(223,216,29); }
div.DivClassName
{
background-color: #DFD81D;
}
.BgClassName
{
background-color: #DFD81D;
}
</style>
border-color css
<style>
span { border-color: #DFD81D; }
span { border-color: rgb(223,216,29); }
td.TdClassName
{
border-color: #DFD81D;
}
.TagClassName
{
border-color: #DFD81D;
}
</style>