#DEA50B

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

Shades of Gamboge #DEA50B

Tints of Gamboge #DEA50B

Color information

#DEA50B (or 0xDEA50B) is unknown color: approx Gamboge. HEX triplet: DE, A5 and 0B. RGB value is (222,165,11). Sum of RGB (Red+Green+Blue) = 222+165+11=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA50B is #215AF4. Grayscale: #A5A5A5. Windows color (decimal): -2185973 or 763358. OLE color: 763358.

HSL color Cylindrical-coordinate representation of color #DEA50B: hue angle of 43.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEA50B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB22216511-
CMYK00.260.950.13
HSL43.79º90.56%45.69%-
HSV(B)43.79º95.05%87.06%-
XYZ43.6442.466.21-
YUV164.4941.38169.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.78%
GREEN value IS 165 (64.84% from 255) = 41.46%
BLUE value IS 11 (4.69% from 255) = 2.76%
R=55.78%
G=41.46%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221651100.260.950.1343.7990.5645.69
HexDEA5B01A5FD2c5b2e
Octal33624513032137155413356
Binary11011110101001011011011010101111111011011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA50B; }

 p { color: rgb(222,165,11); }

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

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

 a { background-color: rgb(222,165,11); }

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

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

 span { border-color: rgb(222,165,11); }

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