Shades of Barberry #DFD912
Tints of Barberry #DFD912
RGB
CMYK
RGB Variations
Color information
#DFD912 (or 0xDFD912) is known color: Barberry. HEX triplet: DF, D9 and 12. RGB value is (223,217,18). Sum of RGB (Red+Green+Blue) = 223+217+18=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD912 is #2026ED. Grayscale: #C4C4C4. Windows color (decimal): -2107118 or 1235423. OLE color: 1235423.
HSL color Cylindrical-coordinate representation of color #DFD912: hue angle of 58.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFD912 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 18 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.13 |
| HSL | 58.24º | 0.85% | 0.47% | - |
| HSV(B) | 58.24º | 0.92% | 0.87% | - |
| XYZ | 55.35 | 65.36 | 10.27 | - |
| YUV | 196.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 18 | 0 | 0.03 | 0.92 | 0.13 | 58.24 | 0.85 | 0.47 |
| Hex | DF | D9 | 12 | 0 | 3 | 5C | D | 3A | 55 | 2F |
| Octal | 337 | 331 | 22 | 0 | 3 | 134 | 15 | 72 | 125 | 57 |
| Binary | 11011111 | 11011001 | 10010 | 0 | 11 | 1011100 | 1101 | 111010 | 1010101 | 101111 |
Color Harmonies of #DFD912
Complementary color
Monochromatic Colors of #DFD912
Black with #DFD912
Text Example
Text Example
White with #DFD912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD912; }
p { color: rgb(223,217,18); }
H1.HeaderClassName
{
color: #DFD912;
}
.AnyTagClassName
{
color: #DFD912;
}
</style>
background-color css
<style>
a { background-color: #DFD912; }
a { background-color: rgb(223,217,18); }
div.DivClassName
{
background-color: #DFD912;
}
.BgClassName
{
background-color: #DFD912;
}
</style>
border-color css
<style>
span { border-color: #DFD912; }
span { border-color: rgb(223,217,18); }
td.TdClassName
{
border-color: #DFD912;
}
.TagClassName
{
border-color: #DFD912;
}
</style>