#DEA312

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

Shades of Gamboge #DEA312

Tints of Gamboge #DEA312

Color information

#DEA312 (or 0xDEA312) is unknown color: approx Gamboge. HEX triplet: DE, A3 and 12. RGB value is (222,163,18). Sum of RGB (Red+Green+Blue) = 222+163+18=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA312 is #215CED. Grayscale: #A4A4A4. Windows color (decimal): -2186478 or 1221598. OLE color: 1221598.

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

Color convert

RGB22216318-
CMYK00.270.920.13
HSL42.65º85%47.06%-
HSV(B)42.65º91.89%87.06%-
XYZ43.3341.776.35-
YUV164.1145.55169.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.09%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 18 (7.42% from 255) = 4.47%
R=55.09%
G=40.45%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221631800.270.920.1342.658547.06
HexDEA31201B5CD2b552f
Octal33624322033134155312557
Binary110111101010001110010011011101110011011010111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA312; }

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

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

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

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

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

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

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

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