#DED412

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

Shades of Barberry #DED412

Tints of Barberry #DED412

Color information

#DED412 (or 0xDED412) is unknown color: approx Barberry. HEX triplet: DE, D4 and 12. RGB value is (222,212,18). Sum of RGB (Red+Green+Blue) = 222+212+18=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DED412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED412 is #212BED. Grayscale: #C1C1C1. Windows color (decimal): -2173934 or 1234142. OLE color: 1234142.

HSL color Cylindrical-coordinate representation of color #DED412: hue angle of 57.06º 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 #DED412 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22221218-
CMYK00.050.920.13
HSL57.06º85%47.06%-
HSV(B)57.06º91.89%87.06%-
XYZ53.7862.669.83-
YUV192.8729.31148.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 212 (83.20% from 255) = 46.90%
BLUE value IS 18 (7.42% from 255) = 3.98%
R=49.12%
G=46.90%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222121800.050.920.1357.068547.06
HexDED412055CD39552f
Octal3363242205134157112557
Binary1101111011010100100100101101110011011110011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED412; }

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

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

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

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

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

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

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

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