Shades of Barberry #DFD21D
Tints of Barberry #DFD21D
RGB
CMYK
RGB Variations
Color information
#DFD21D (or 0xDFD21D) is known color: Barberry. HEX triplet: DF, D2 and 1D. RGB value is (223,210,29). Sum of RGB (Red+Green+Blue) = 223+210+29=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD21D is #202DE2. Grayscale: #C1C1C1. Windows color (decimal): -2108899 or 1954527. OLE color: 1954527.
HSL color Cylindrical-coordinate representation of color #DFD21D: hue angle of 55.98º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFD21D is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 29 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.13 |
| HSL | 55.98º | 0.77% | 0.49% | - |
| HSV(B) | 55.98º | 0.87% | 0.87% | - |
| XYZ | 53.7 | 61.87 | 10.27 | - |
| YUV | 193.25 | 35.31 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 29 | 0 | 0.06 | 0.87 | 0.13 | 55.98 | 0.77 | 0.49 |
| Hex | DF | D2 | 1D | 0 | 6 | 57 | D | 38 | 4D | 31 |
| Octal | 337 | 322 | 35 | 0 | 6 | 127 | 15 | 70 | 115 | 61 |
| Binary | 11011111 | 11010010 | 11101 | 0 | 110 | 1010111 | 1101 | 111000 | 1001101 | 110001 |
Color Harmonies of #DFD21D
Complementary color
Monochromatic Colors of #DFD21D
Black with #DFD21D
Text Example
Text Example
White with #DFD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD21D; }
p { color: rgb(223,210,29); }
H1.HeaderClassName
{
color: #DFD21D;
}
.AnyTagClassName
{
color: #DFD21D;
}
</style>
background-color css
<style>
a { background-color: #DFD21D; }
a { background-color: rgb(223,210,29); }
div.DivClassName
{
background-color: #DFD21D;
}
.BgClassName
{
background-color: #DFD21D;
}
</style>
border-color css
<style>
span { border-color: #DFD21D; }
span { border-color: rgb(223,210,29); }
td.TdClassName
{
border-color: #DFD21D;
}
.TagClassName
{
border-color: #DFD21D;
}
</style>