#DFDE0E

Color #DFDE0E Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #DFDE0E

Tints of Barberry #DFDE0E

Color information

#DFDE0E (or 0xDFDE0E) is unknown color: approx Barberry. HEX triplet: DF, DE and 0E. RGB value is (223,222,14). Sum of RGB (Red+Green+Blue) = 223+222+14=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDE0E is #2021F1. Grayscale: #C7C7C7. Windows color (decimal): -2105842 or 974559. OLE color: 974559.

HSL color Cylindrical-coordinate representation of color #DFDE0E: hue angle of 59.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFDE0E is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB22322214-
CMYK00.000.940.13
HSL59.71º88.19%46.47%-
HSV(B)59.71º93.72%87.45%-
XYZ56.6367.9610.55-
YUV198.5923.83145.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 222 (87.11% from 255) = 48.37%
BLUE value IS 14 (5.86% from 255) = 3.05%
R=48.58%
G=48.37%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232221400.000.940.1359.7188.1946.47
HexDFDEE005ED3c582e
Octal3373361600136157413056
Binary1101111111011110111000101111011011111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE0E; }

 p { color: rgb(223,222,14); }

 H1.HeaderClassName
 {
   color: #DFDE0E;
 }
 .AnyTagClassName
 {
   color: #DFDE0E;
 }
</style>
background-color css

<style>
 a { background-color: #DFDE0E; }

 a { background-color: rgb(223,222,14); }

 div.DivClassName
 {
   background-color: #DFDE0E;
 }
 .BgClassName
 {
   background-color: #DFDE0E;
 }
</style>
border-color css

<style>
 span { border-color: #DFDE0E; }

 span { border-color: rgb(223,222,14); }

 td.TdClassName
 {
   border-color: #DFDE0E;
 }
 .TagClassName
 {
   border-color: #DFDE0E;
 }
</style>