#DEA901

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

Shades of Gamboge #DEA901

Tints of Gamboge #DEA901

Color information

#DEA901 (or 0xDEA901) is unknown color: approx Gamboge. HEX triplet: DE, A9 and 01. RGB value is (222,169,1). Sum of RGB (Red+Green+Blue) = 222+169+1=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA901 is #2156FE. Grayscale: #A6A6A6. Windows color (decimal): -2184959 or 109022. OLE color: 109022.

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

Color convert

RGB2221691-
CMYK00.241.000.13
HSL45.61º99.1%43.73%-
HSV(B)45.61º99.55%87.06%-
XYZ44.3243.916.17-
YUV165.735.06168.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.63%
GREEN value IS 169 (66.41% from 255) = 43.11%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=56.63%
G=43.11%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222169100.241.000.1345.6199.143.73
HexDEA9101864D2e632c
Octal3362511030144155614354
Binary11011110101010011011000110010011011011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA901; }

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

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

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

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

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

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

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

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