Shades of Barberry #DFD41C
Tints of Barberry #DFD41C
RGB
CMYK
RGB Variations
Color information
#DFD41C (or 0xDFD41C) is known color: Barberry. HEX triplet: DF, D4 and 1C. RGB value is (223,212,28). Sum of RGB (Red+Green+Blue) = 223+212+28=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD41C is #202BE3. Grayscale: #C3C3C3. Windows color (decimal): -2108388 or 1889503. OLE color: 1889503.
HSL color Cylindrical-coordinate representation of color #DFD41C: hue angle of 56.62º degrees, saturation: 0.78, 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 #DFD41C is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 28 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.13 |
| HSL | 56.62º | 0.78% | 0.49% | - |
| HSV(B) | 56.62º | 0.87% | 0.87% | - |
| XYZ | 54.18 | 62.86 | 10.38 | - |
| YUV | 194.31 | 34.14 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 28 | 0 | 0.05 | 0.87 | 0.13 | 56.62 | 0.78 | 0.49 |
| Hex | DF | D4 | 1C | 0 | 5 | 57 | D | 39 | 4E | 31 |
| Octal | 337 | 324 | 34 | 0 | 5 | 127 | 15 | 71 | 116 | 61 |
| Binary | 11011111 | 11010100 | 11100 | 0 | 101 | 1010111 | 1101 | 111001 | 1001110 | 110001 |
Color Harmonies of #DFD41C
Complementary color
Monochromatic Colors of #DFD41C
Black with #DFD41C
Text Example
Text Example
White with #DFD41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD41C; }
p { color: rgb(223,212,28); }
H1.HeaderClassName
{
color: #DFD41C;
}
.AnyTagClassName
{
color: #DFD41C;
}
</style>
background-color css
<style>
a { background-color: #DFD41C; }
a { background-color: rgb(223,212,28); }
div.DivClassName
{
background-color: #DFD41C;
}
.BgClassName
{
background-color: #DFD41C;
}
</style>
border-color css
<style>
span { border-color: #DFD41C; }
span { border-color: rgb(223,212,28); }
td.TdClassName
{
border-color: #DFD41C;
}
.TagClassName
{
border-color: #DFD41C;
}
</style>