#DEA301

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

Shades of Gamboge #DEA301

Tints of Gamboge #DEA301

Color information

#DEA301 (or 0xDEA301) is unknown color: approx Gamboge. HEX triplet: DE, A3 and 01. RGB value is (222,163,1). Sum of RGB (Red+Green+Blue) = 222+163+1=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA301 is #215CFE. Grayscale: #A2A2A2. Windows color (decimal): -2186495 or 107486. OLE color: 107486.

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

Color convert

RGB2221631-
CMYK00.271.000.13
HSL43.98º99.1%43.73%-
HSV(B)43.98º99.55%87.06%-
XYZ43.2341.735.8-
YUV162.1737.05170.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.51%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=57.51%
G=42.23%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222163100.271.000.1343.9899.143.73
HexDEA3101B64D2c632c
Octal3362431033144155414354
Binary11011110101000111011011110010011011011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA301; }

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

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

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

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

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

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

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

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