Shades of Barberry #DEDF14
Tints of Barberry #DEDF14
RGB
CMYK
RGB Variations
Color information
#DEDF14 (or 0xDEDF14) is known color: Barberry. HEX triplet: DE, DF and 14. RGB value is (222,223,20). Sum of RGB (Red+Green+Blue) = 222+223+20=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF14 is #2120EB. Grayscale: #C8C8C8. Windows color (decimal): -2171116 or 1368030. OLE color: 1368030.
HSL color Cylindrical-coordinate representation of color #DEDF14: hue angle of 60.3º 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 #DEDF14 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 20 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.13 |
| HSL | 60.3º | 0.84% | 0.48% | - |
| HSV(B) | 60.3º | 0.91% | 0.87% | - |
| XYZ | 56.64 | 68.36 | 10.87 | - |
| YUV | 199.56 | 26.67 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 20 | 0.00 | 0 | 0.91 | 0.13 | 60.3 | 0.84 | 0.48 |
| Hex | DE | DF | 14 | 0 | 0 | 5B | D | 3C | 54 | 30 |
| Octal | 336 | 337 | 24 | 0 | 0 | 133 | 15 | 74 | 124 | 60 |
| Binary | 11011110 | 11011111 | 10100 | 0 | 0 | 1011011 | 1101 | 111100 | 1010100 | 110000 |
Color Harmonies of #DEDF14
Complementary color
Monochromatic Colors of #DEDF14
Black with #DEDF14
Text Example
Text Example
White with #DEDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF14; }
p { color: rgb(222,223,20); }
H1.HeaderClassName
{
color: #DEDF14;
}
.AnyTagClassName
{
color: #DEDF14;
}
</style>
background-color css
<style>
a { background-color: #DEDF14; }
a { background-color: rgb(222,223,20); }
div.DivClassName
{
background-color: #DEDF14;
}
.BgClassName
{
background-color: #DEDF14;
}
</style>
border-color css
<style>
span { border-color: #DEDF14; }
span { border-color: rgb(222,223,20); }
td.TdClassName
{
border-color: #DEDF14;
}
.TagClassName
{
border-color: #DEDF14;
}
</style>