Shades of Barberry #DFDF12
Tints of Barberry #DFDF12
RGB
CMYK
RGB Variations
Color information
#DFDF12 (or 0xDFDF12) is known color: Barberry. HEX triplet: DF, DF and 12. RGB value is (223,223,18). Sum of RGB (Red+Green+Blue) = 223+223+18=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF12 is #2020ED. Grayscale: #C8C8C8. Windows color (decimal): -2105582 or 1236959. OLE color: 1236959.
HSL color Cylindrical-coordinate representation of color #DFDF12: hue angle of 60º 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 #DFDF12 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 18 | - |
| CMYK | 0 | 0 | 0.92 | 0.13 |
| HSL | 60º | 0.85% | 0.47% | - |
| HSV(B) | 60º | 0.92% | 0.87% | - |
| XYZ | 56.93 | 68.51 | 10.8 | - |
| YUV | 199.63 | 25.5 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 18 | 0 | 0 | 0.92 | 0.13 | 60 | 0.85 | 0.47 |
| Hex | DF | DF | 12 | 0 | 0 | 5C | D | 3C | 55 | 2F |
| Octal | 337 | 337 | 22 | 0 | 0 | 134 | 15 | 74 | 125 | 57 |
| Binary | 11011111 | 11011111 | 10010 | 0 | 0 | 1011100 | 1101 | 111100 | 1010101 | 101111 |
Color Harmonies of #DFDF12
Complementary color
Monochromatic Colors of #DFDF12
Black with #DFDF12
Text Example
Text Example
White with #DFDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF12; }
p { color: rgb(223,223,18); }
H1.HeaderClassName
{
color: #DFDF12;
}
.AnyTagClassName
{
color: #DFDF12;
}
</style>
background-color css
<style>
a { background-color: #DFDF12; }
a { background-color: rgb(223,223,18); }
div.DivClassName
{
background-color: #DFDF12;
}
.BgClassName
{
background-color: #DFDF12;
}
</style>
border-color css
<style>
span { border-color: #DFDF12; }
span { border-color: rgb(223,223,18); }
td.TdClassName
{
border-color: #DFDF12;
}
.TagClassName
{
border-color: #DFDF12;
}
</style>