#D49803

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

Shades of Gamboge #D49803

Tints of Gamboge #D49803

Color information

#D49803 (or 0xD49803) is unknown color: approx Gamboge. HEX triplet: D4, 98 and 03. RGB value is (212,152,3). Sum of RGB (Red+Green+Blue) = 212+152+3=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D49803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49803 is #2B67FC. Grayscale: #999999. Windows color (decimal): -2844669 or 235732. OLE color: 235732.

HSL color Cylindrical-coordinate representation of color #D49803: hue angle of 42.78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D49803 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB2121523-
CMYK00.280.990.17
HSL42.78º97.21%42.16%-
HSV(B)42.78º98.58%83.14%-
XYZ38.436.465.1-
YUV152.9543.38170.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.77%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=57.77%
G=41.42%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212152300.280.990.1742.7897.2142.16
HexD498301C63112b612a
Octal3242303034143215314152
Binary1101010010011000110111001100011100011010111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49803; }

 p { color: rgb(212,152,3); }

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

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

 a { background-color: rgb(212,152,3); }

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

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

 span { border-color: rgb(212,152,3); }

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