Shades of Barberry #DFDA1A
Tints of Barberry #DFDA1A
RGB
CMYK
RGB Variations
Color information
#DFDA1A (or 0xDFDA1A) is known color: Barberry. HEX triplet: DF, DA and 1A. RGB value is (223,218,26). Sum of RGB (Red+Green+Blue) = 223+218+26=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA1A is #2025E5. Grayscale: #C6C6C6. Windows color (decimal): -2106854 or 1759967. OLE color: 1759967.
HSL color Cylindrical-coordinate representation of color #DFDA1A: hue angle of 58.48º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFDA1A is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 26 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.13 |
| HSL | 58.48º | 0.79% | 0.49% | - |
| HSV(B) | 58.48º | 0.88% | 0.87% | - |
| XYZ | 55.69 | 65.91 | 10.76 | - |
| YUV | 197.61 | 31.16 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 26 | 0 | 0.02 | 0.88 | 0.13 | 58.48 | 0.79 | 0.49 |
| Hex | DF | DA | 1A | 0 | 2 | 58 | D | 3A | 4F | 31 |
| Octal | 337 | 332 | 32 | 0 | 2 | 130 | 15 | 72 | 117 | 61 |
| Binary | 11011111 | 11011010 | 11010 | 0 | 10 | 1011000 | 1101 | 111010 | 1001111 | 110001 |
Color Harmonies of #DFDA1A
Complementary color
Monochromatic Colors of #DFDA1A
Black with #DFDA1A
Text Example
Text Example
White with #DFDA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA1A; }
p { color: rgb(223,218,26); }
H1.HeaderClassName
{
color: #DFDA1A;
}
.AnyTagClassName
{
color: #DFDA1A;
}
</style>
background-color css
<style>
a { background-color: #DFDA1A; }
a { background-color: rgb(223,218,26); }
div.DivClassName
{
background-color: #DFDA1A;
}
.BgClassName
{
background-color: #DFDA1A;
}
</style>
border-color css
<style>
span { border-color: #DFDA1A; }
span { border-color: rgb(223,218,26); }
td.TdClassName
{
border-color: #DFDA1A;
}
.TagClassName
{
border-color: #DFDA1A;
}
</style>