Shades of Barberry #DFDD14
Tints of Barberry #DFDD14
RGB
CMYK
RGB Variations
Color information
#DFDD14 (or 0xDFDD14) is known color: Barberry. HEX triplet: DF, DD and 14. RGB value is (223,221,20). Sum of RGB (Red+Green+Blue) = 223+221+20=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD14 is #2022EB. Grayscale: #C7C7C7. Windows color (decimal): -2106092 or 1367519. OLE color: 1367519.
HSL color Cylindrical-coordinate representation of color #DFDD14: hue angle of 59.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFDD14 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 20 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.13 |
| HSL | 59.41º | 0.84% | 0.48% | - |
| HSV(B) | 59.41º | 0.91% | 0.87% | - |
| XYZ | 56.41 | 67.45 | 10.71 | - |
| YUV | 198.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 20 | 0 | 0.01 | 0.91 | 0.13 | 59.41 | 0.84 | 0.48 |
| Hex | DF | DD | 14 | 0 | 1 | 5B | D | 3B | 54 | 30 |
| Octal | 337 | 335 | 24 | 0 | 1 | 133 | 15 | 73 | 124 | 60 |
| Binary | 11011111 | 11011101 | 10100 | 0 | 1 | 1011011 | 1101 | 111011 | 1010100 | 110000 |
Color Harmonies of #DFDD14
Complementary color
Monochromatic Colors of #DFDD14
Black with #DFDD14
Text Example
Text Example
White with #DFDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD14; }
p { color: rgb(223,221,20); }
H1.HeaderClassName
{
color: #DFDD14;
}
.AnyTagClassName
{
color: #DFDD14;
}
</style>
background-color css
<style>
a { background-color: #DFDD14; }
a { background-color: rgb(223,221,20); }
div.DivClassName
{
background-color: #DFDD14;
}
.BgClassName
{
background-color: #DFDD14;
}
</style>
border-color css
<style>
span { border-color: #DFDD14; }
span { border-color: rgb(223,221,20); }
td.TdClassName
{
border-color: #DFDD14;
}
.TagClassName
{
border-color: #DFDD14;
}
</style>