Shades of Barberry #DEDF0F
Tints of Barberry #DEDF0F
RGB
CMYK
RGB Variations
Color information
#DEDF0F (or 0xDEDF0F) is known color: Barberry. HEX triplet: DE, DF and 0F. RGB value is (222,223,15). Sum of RGB (Red+Green+Blue) = 222+223+15=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF0F is #2120F0. Grayscale: #C7C7C7. Windows color (decimal): -2171121 or 1040350. OLE color: 1040350.
HSL color Cylindrical-coordinate representation of color #DEDF0F: hue angle of 60.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEDF0F is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 15 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.13 |
| HSL | 60.29º | 0.87% | 0.47% | - |
| HSV(B) | 60.29º | 0.93% | 0.87% | - |
| XYZ | 56.6 | 68.34 | 10.66 | - |
| YUV | 198.99 | 24.17 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 15 | 0.00 | 0 | 0.93 | 0.13 | 60.29 | 0.87 | 0.47 |
| Hex | DE | DF | F | 0 | 0 | 5D | D | 3C | 57 | 2F |
| Octal | 336 | 337 | 17 | 0 | 0 | 135 | 15 | 74 | 127 | 57 |
| Binary | 11011110 | 11011111 | 1111 | 0 | 0 | 1011101 | 1101 | 111100 | 1010111 | 101111 |
Color Harmonies of #DEDF0F
Complementary color
Monochromatic Colors of #DEDF0F
Black with #DEDF0F
Text Example
Text Example
White with #DEDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF0F; }
p { color: rgb(222,223,15); }
H1.HeaderClassName
{
color: #DEDF0F;
}
.AnyTagClassName
{
color: #DEDF0F;
}
</style>
background-color css
<style>
a { background-color: #DEDF0F; }
a { background-color: rgb(222,223,15); }
div.DivClassName
{
background-color: #DEDF0F;
}
.BgClassName
{
background-color: #DEDF0F;
}
</style>
border-color css
<style>
span { border-color: #DEDF0F; }
span { border-color: rgb(222,223,15); }
td.TdClassName
{
border-color: #DEDF0F;
}
.TagClassName
{
border-color: #DEDF0F;
}
</style>