#DED612

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

Shades of Barberry #DED612

Tints of Barberry #DED612

Color information

#DED612 (or 0xDED612) is unknown color: approx Barberry. HEX triplet: DE, D6 and 12. RGB value is (222,214,18). Sum of RGB (Red+Green+Blue) = 222+214+18=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DED612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED612 is #2129ED. Grayscale: #C2C2C2. Windows color (decimal): -2173422 or 1234654. OLE color: 1234654.

HSL color Cylindrical-coordinate representation of color #DED612: hue angle of 57.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DED612 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22221418-
CMYK00.040.920.13
HSL57.65º85%47.06%-
HSV(B)57.65º91.89%87.06%-
XYZ54.2863.6710-
YUV194.0528.65147.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 214 (83.98% from 255) = 47.14%
BLUE value IS 18 (7.42% from 255) = 3.96%
R=48.90%
G=47.14%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222141800.040.920.1357.658547.06
HexDED612045CD3a552f
Octal3363262204134157212557
Binary1101111011010110100100100101110011011110101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED612; }

 p { color: rgb(222,214,18); }

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

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

 a { background-color: rgb(222,214,18); }

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

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

 span { border-color: rgb(222,214,18); }

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