#DEDB12

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

Shades of Barberry #DEDB12

Tints of Barberry #DEDB12

Color information

#DEDB12 (or 0xDEDB12) is unknown color: approx Barberry. HEX triplet: DE, DB and 12. RGB value is (222,219,18). Sum of RGB (Red+Green+Blue) = 222+219+18=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB12 is #2124ED. Grayscale: #C5C5C5. Windows color (decimal): -2172142 or 1235934. OLE color: 1235934.

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

Color convert

RGB22221918-
CMYK00.010.920.13
HSL59.12º85%47.06%-
HSV(B)59.12º91.89%87.06%-
XYZ55.5666.2410.43-
YUV196.9826.99145.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 219 (85.94% from 255) = 47.71%
BLUE value IS 18 (7.42% from 255) = 3.92%
R=48.37%
G=47.71%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222191800.010.920.1359.128547.06
HexDEDB12015CD3b552f
Octal3363332201134157312557
Binary11011110110110111001001101110011011110111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB12; }

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

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

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

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

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

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

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

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