#DEA401

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

Shades of Gamboge #DEA401

Tints of Gamboge #DEA401

Color information

#DEA401 (or 0xDEA401) is unknown color: approx Gamboge. HEX triplet: DE, A4 and 01. RGB value is (222,164,1). Sum of RGB (Red+Green+Blue) = 222+164+1=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA401 is #215BFE. Grayscale: #A3A3A3. Windows color (decimal): -2186239 or 107742. OLE color: 107742.

HSL color Cylindrical-coordinate representation of color #DEA401: hue angle of 44.25º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEA401 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB2221641-
CMYK00.261.000.13
HSL44.25º99.1%43.73%-
HSV(B)44.25º99.55%87.06%-
XYZ43.4142.085.86-
YUV162.7636.72170.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.36%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=57.36%
G=42.38%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222164100.261.000.1344.2599.143.73
HexDEA4101A64D2c632c
Octal3362441032144155414354
Binary11011110101001001011010110010011011011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA401; }

 p { color: rgb(222,164,1); }

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

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

 a { background-color: rgb(222,164,1); }

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

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

 span { border-color: rgb(222,164,1); }

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