Shades of Barberry #DFDD15
Tints of Barberry #DFDD15
RGB
CMYK
RGB Variations
Color information
#DFDD15 (or 0xDFDD15) is known color: Barberry. HEX triplet: DF, DD and 15. RGB value is (223,221,21). Sum of RGB (Red+Green+Blue) = 223+221+21=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD15 is #2022EA. Grayscale: #C7C7C7. Windows color (decimal): -2106091 or 1433055. OLE color: 1433055.
HSL color Cylindrical-coordinate representation of color #DFDD15: hue angle of 59.41º 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 #DFDD15 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 21 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.13 |
| HSL | 59.41º | 0.83% | 0.48% | - |
| HSV(B) | 59.41º | 0.91% | 0.87% | - |
| XYZ | 56.42 | 67.46 | 10.76 | - |
| YUV | 198.8 | 27.66 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 21 | 0 | 0.01 | 0.91 | 0.13 | 59.41 | 0.83 | 0.48 |
| Hex | DF | DD | 15 | 0 | 1 | 5B | D | 3B | 53 | 30 |
| Octal | 337 | 335 | 25 | 0 | 1 | 133 | 15 | 73 | 123 | 60 |
| Binary | 11011111 | 11011101 | 10101 | 0 | 1 | 1011011 | 1101 | 111011 | 1010011 | 110000 |
Color Harmonies of #DFDD15
Complementary color
Monochromatic Colors of #DFDD15
Black with #DFDD15
Text Example
Text Example
White with #DFDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD15; }
p { color: rgb(223,221,21); }
H1.HeaderClassName
{
color: #DFDD15;
}
.AnyTagClassName
{
color: #DFDD15;
}
</style>
background-color css
<style>
a { background-color: #DFDD15; }
a { background-color: rgb(223,221,21); }
div.DivClassName
{
background-color: #DFDD15;
}
.BgClassName
{
background-color: #DFDD15;
}
</style>
border-color css
<style>
span { border-color: #DFDD15; }
span { border-color: rgb(223,221,21); }
td.TdClassName
{
border-color: #DFDD15;
}
.TagClassName
{
border-color: #DFDD15;
}
</style>