Shades of Barberry #DFDB12
Tints of Barberry #DFDB12
RGB
CMYK
RGB Variations
Color information
#DFDB12 (or 0xDFDB12) is known color: Barberry. HEX triplet: DF, DB and 12. RGB value is (223,219,18). Sum of RGB (Red+Green+Blue) = 223+219+18=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB12 is #2024ED. Grayscale: #C6C6C6. Windows color (decimal): -2106606 or 1235935. OLE color: 1235935.
HSL color Cylindrical-coordinate representation of color #DFDB12: hue angle of 58.83º 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 #DFDB12 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 18 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.13 |
| HSL | 58.83º | 0.85% | 0.47% | - |
| HSV(B) | 58.83º | 0.92% | 0.87% | - |
| XYZ | 55.87 | 66.39 | 10.44 | - |
| YUV | 197.28 | 26.83 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 18 | 0 | 0.02 | 0.92 | 0.13 | 58.83 | 0.85 | 0.47 |
| Hex | DF | DB | 12 | 0 | 2 | 5C | D | 3B | 55 | 2F |
| Octal | 337 | 333 | 22 | 0 | 2 | 134 | 15 | 73 | 125 | 57 |
| Binary | 11011111 | 11011011 | 10010 | 0 | 10 | 1011100 | 1101 | 111011 | 1010101 | 101111 |
Color Harmonies of #DFDB12
Complementary color
Monochromatic Colors of #DFDB12
Black with #DFDB12
Text Example
Text Example
White with #DFDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB12; }
p { color: rgb(223,219,18); }
H1.HeaderClassName
{
color: #DFDB12;
}
.AnyTagClassName
{
color: #DFDB12;
}
</style>
background-color css
<style>
a { background-color: #DFDB12; }
a { background-color: rgb(223,219,18); }
div.DivClassName
{
background-color: #DFDB12;
}
.BgClassName
{
background-color: #DFDB12;
}
</style>
border-color css
<style>
span { border-color: #DFDB12; }
span { border-color: rgb(223,219,18); }
td.TdClassName
{
border-color: #DFDB12;
}
.TagClassName
{
border-color: #DFDB12;
}
</style>