Shades of Barberry #DFCE24
Tints of Barberry #DFCE24
RGB
CMYK
RGB Variations
Color information
#DFCE24 (or 0xDFCE24) is known color: Barberry. HEX triplet: DF, CE and 24. RGB value is (223,206,36). Sum of RGB (Red+Green+Blue) = 223+206+36=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCE24 is #2031DB. Grayscale: #C0C0C0. Windows color (decimal): -2109916 or 2412255. OLE color: 2412255.
HSL color Cylindrical-coordinate representation of color #DFCE24: hue angle of 54.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFCE24 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 36 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.13 |
| HSL | 54.55º | 0.75% | 0.51% | - |
| HSV(B) | 54.55º | 0.84% | 0.87% | - |
| XYZ | 52.82 | 59.96 | 10.46 | - |
| YUV | 191.7 | 40.13 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 36 | 0 | 0.08 | 0.84 | 0.13 | 54.55 | 0.75 | 0.51 |
| Hex | DF | CE | 24 | 0 | 8 | 54 | D | 37 | 4B | 33 |
| Octal | 337 | 316 | 44 | 0 | 10 | 124 | 15 | 67 | 113 | 63 |
| Binary | 11011111 | 11001110 | 100100 | 0 | 1000 | 1010100 | 1101 | 110111 | 1001011 | 110011 |
Color Harmonies of #DFCE24
Complementary color
Monochromatic Colors of #DFCE24
Black with #DFCE24
Text Example
Text Example
White with #DFCE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE24; }
p { color: rgb(223,206,36); }
H1.HeaderClassName
{
color: #DFCE24;
}
.AnyTagClassName
{
color: #DFCE24;
}
</style>
background-color css
<style>
a { background-color: #DFCE24; }
a { background-color: rgb(223,206,36); }
div.DivClassName
{
background-color: #DFCE24;
}
.BgClassName
{
background-color: #DFCE24;
}
</style>
border-color css
<style>
span { border-color: #DFCE24; }
span { border-color: rgb(223,206,36); }
td.TdClassName
{
border-color: #DFCE24;
}
.TagClassName
{
border-color: #DFCE24;
}
</style>