#DEDC18

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

Shades of Barberry #DEDC18

Tints of Barberry #DEDC18

Color information

#DEDC18 (or 0xDEDC18) is unknown color: approx Barberry. HEX triplet: DE, DC and 18. RGB value is (222,220,24). Sum of RGB (Red+Green+Blue) = 222+220+24=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC18 is #2123E7. Grayscale: #C7C7C7. Windows color (decimal): -2171880 or 1629406. OLE color: 1629406.

HSL color Cylindrical-coordinate representation of color #DEDC18: hue angle of 59.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEDC18 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB22222024-
CMYK00.010.890.13
HSL59.39º80.49%48.24%-
HSV(B)59.39º89.19%87.06%-
XYZ55.8866.7810.81-
YUV198.2529.66144.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.64%
GREEN value IS 220 (86.33% from 255) = 47.21%
BLUE value IS 24 (9.77% from 255) = 5.15%
R=47.64%
G=47.21%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222202400.010.890.1359.3980.4948.24
HexDEDC180159D3b5030
Octal3363343001131157312060
Binary11011110110111001100001101100111011110111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC18; }

 p { color: rgb(222,220,24); }

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

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

 a { background-color: rgb(222,220,24); }

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

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

 span { border-color: rgb(222,220,24); }

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