Shades of Barberry #DFD90A
Tints of Barberry #DFD90A
RGB
CMYK
RGB Variations
Color information
#DFD90A (or 0xDFD90A) is known color: Barberry. HEX triplet: DF, D9 and 0A. RGB value is (223,217,10). Sum of RGB (Red+Green+Blue) = 223+217+10=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD90A is #2026F5. Grayscale: #C4C4C4. Windows color (decimal): -2107126 or 711135. OLE color: 711135.
HSL color Cylindrical-coordinate representation of color #DFD90A: hue angle of 58.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFD90A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.13 |
| HSL | 58.31º | 0.91% | 0.46% | - |
| HSV(B) | 58.31º | 0.96% | 0.87% | - |
| XYZ | 55.3 | 65.34 | 9.98 | - |
| YUV | 195.2 | 23.49 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 10 | 0 | 0.03 | 0.96 | 0.13 | 58.31 | 0.91 | 0.46 |
| Hex | DF | D9 | A | 0 | 3 | 60 | D | 3A | 5B | 2E |
| Octal | 337 | 331 | 12 | 0 | 3 | 140 | 15 | 72 | 133 | 56 |
| Binary | 11011111 | 11011001 | 1010 | 0 | 11 | 1100000 | 1101 | 111010 | 1011011 | 101110 |
Color Harmonies of #DFD90A
Complementary color
Monochromatic Colors of #DFD90A
Black with #DFD90A
Text Example
Text Example
White with #DFD90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD90A; }
p { color: rgb(223,217,10); }
H1.HeaderClassName
{
color: #DFD90A;
}
.AnyTagClassName
{
color: #DFD90A;
}
</style>
background-color css
<style>
a { background-color: #DFD90A; }
a { background-color: rgb(223,217,10); }
div.DivClassName
{
background-color: #DFD90A;
}
.BgClassName
{
background-color: #DFD90A;
}
</style>
border-color css
<style>
span { border-color: #DFD90A; }
span { border-color: rgb(223,217,10); }
td.TdClassName
{
border-color: #DFD90A;
}
.TagClassName
{
border-color: #DFD90A;
}
</style>