Shades of Barberry #DFD90D
Tints of Barberry #DFD90D
RGB
CMYK
RGB Variations
Color information
#DFD90D (or 0xDFD90D) is known color: Barberry. HEX triplet: DF, D9 and 0D. RGB value is (223,217,13). Sum of RGB (Red+Green+Blue) = 223+217+13=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD90D is #2026F2. Grayscale: #C4C4C4. Windows color (decimal): -2107123 or 907743. OLE color: 907743.
HSL color Cylindrical-coordinate representation of color #DFD90D: hue angle of 58.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFD90D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.13 |
| HSL | 58.29º | 0.89% | 0.46% | - |
| HSV(B) | 58.29º | 0.94% | 0.87% | - |
| XYZ | 55.32 | 65.34 | 10.08 | - |
| YUV | 195.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 13 | 0 | 0.03 | 0.94 | 0.13 | 58.29 | 0.89 | 0.46 |
| Hex | DF | D9 | D | 0 | 3 | 5E | D | 3A | 59 | 2E |
| Octal | 337 | 331 | 15 | 0 | 3 | 136 | 15 | 72 | 131 | 56 |
| Binary | 11011111 | 11011001 | 1101 | 0 | 11 | 1011110 | 1101 | 111010 | 1011001 | 101110 |
Color Harmonies of #DFD90D
Complementary color
Monochromatic Colors of #DFD90D
Black with #DFD90D
Text Example
Text Example
White with #DFD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD90D; }
p { color: rgb(223,217,13); }
H1.HeaderClassName
{
color: #DFD90D;
}
.AnyTagClassName
{
color: #DFD90D;
}
</style>
background-color css
<style>
a { background-color: #DFD90D; }
a { background-color: rgb(223,217,13); }
div.DivClassName
{
background-color: #DFD90D;
}
.BgClassName
{
background-color: #DFD90D;
}
</style>
border-color css
<style>
span { border-color: #DFD90D; }
span { border-color: rgb(223,217,13); }
td.TdClassName
{
border-color: #DFD90D;
}
.TagClassName
{
border-color: #DFD90D;
}
</style>