Shades of Barberry #DFDA10
Tints of Barberry #DFDA10
RGB
CMYK
RGB Variations
Color information
#DFDA10 (or 0xDFDA10) is known color: Barberry. HEX triplet: DF, DA and 10. RGB value is (223,218,16). Sum of RGB (Red+Green+Blue) = 223+218+16=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA10 is #2025EF. Grayscale: #C5C5C5. Windows color (decimal): -2106864 or 1104607. OLE color: 1104607.
HSL color Cylindrical-coordinate representation of color #DFDA10: hue angle of 58.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFDA10 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 16 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.13 |
| HSL | 58.55º | 0.87% | 0.47% | - |
| HSV(B) | 58.55º | 0.93% | 0.87% | - |
| XYZ | 55.6 | 65.87 | 10.27 | - |
| YUV | 196.47 | 26.16 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 16 | 0 | 0.02 | 0.93 | 0.13 | 58.55 | 0.87 | 0.47 |
| Hex | DF | DA | 10 | 0 | 2 | 5D | D | 3B | 57 | 2F |
| Octal | 337 | 332 | 20 | 0 | 2 | 135 | 15 | 73 | 127 | 57 |
| Binary | 11011111 | 11011010 | 10000 | 0 | 10 | 1011101 | 1101 | 111011 | 1010111 | 101111 |
Color Harmonies of #DFDA10
Complementary color
Monochromatic Colors of #DFDA10
Black with #DFDA10
Text Example
Text Example
White with #DFDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA10; }
p { color: rgb(223,218,16); }
H1.HeaderClassName
{
color: #DFDA10;
}
.AnyTagClassName
{
color: #DFDA10;
}
</style>
background-color css
<style>
a { background-color: #DFDA10; }
a { background-color: rgb(223,218,16); }
div.DivClassName
{
background-color: #DFDA10;
}
.BgClassName
{
background-color: #DFDA10;
}
</style>
border-color css
<style>
span { border-color: #DFDA10; }
span { border-color: rgb(223,218,16); }
td.TdClassName
{
border-color: #DFDA10;
}
.TagClassName
{
border-color: #DFDA10;
}
</style>