Shades of Barberry #DFDF15
Tints of Barberry #DFDF15
RGB
CMYK
RGB Variations
Color information
#DFDF15 (or 0xDFDF15) is known color: Barberry. HEX triplet: DF, DF and 15. RGB value is (223,223,21). Sum of RGB (Red+Green+Blue) = 223+223+21=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF15 is #2020EA. Grayscale: #C8C8C8. Windows color (decimal): -2105579 or 1433567. OLE color: 1433567.
HSL color Cylindrical-coordinate representation of color #DFDF15: hue angle of 60º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFDF15 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 21 | - |
| CMYK | 0 | 0 | 0.91 | 0.13 |
| HSL | 60º | 0.83% | 0.48% | - |
| HSV(B) | 60º | 0.91% | 0.87% | - |
| XYZ | 56.95 | 68.52 | 10.93 | - |
| YUV | 199.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 21 | 0 | 0 | 0.91 | 0.13 | 60 | 0.83 | 0.48 |
| Hex | DF | DF | 15 | 0 | 0 | 5B | D | 3C | 53 | 30 |
| Octal | 337 | 337 | 25 | 0 | 0 | 133 | 15 | 74 | 123 | 60 |
| Binary | 11011111 | 11011111 | 10101 | 0 | 0 | 1011011 | 1101 | 111100 | 1010011 | 110000 |
Color Harmonies of #DFDF15
Complementary color
Monochromatic Colors of #DFDF15
Black with #DFDF15
Text Example
Text Example
White with #DFDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF15; }
p { color: rgb(223,223,21); }
H1.HeaderClassName
{
color: #DFDF15;
}
.AnyTagClassName
{
color: #DFDF15;
}
</style>
background-color css
<style>
a { background-color: #DFDF15; }
a { background-color: rgb(223,223,21); }
div.DivClassName
{
background-color: #DFDF15;
}
.BgClassName
{
background-color: #DFDF15;
}
</style>
border-color css
<style>
span { border-color: #DFDF15; }
span { border-color: rgb(223,223,21); }
td.TdClassName
{
border-color: #DFDF15;
}
.TagClassName
{
border-color: #DFDF15;
}
</style>