#D49400

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

Shades of Gamboge #D49400

Tints of Gamboge #D49400

Color information

#D49400 (or 0xD49400) is unknown color: approx Gamboge. HEX triplet: D4, 94 and 00. RGB value is (212,148,0). Sum of RGB (Red+Green+Blue) = 212+148+0=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D49400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49400 is #2B6BFF. Grayscale: #969696. Windows color (decimal): -2845696 or 38100. OLE color: 38100.

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

Color convert

RGB2121480-
CMYK00.3010.17
HSL41.89º100%41.57%-
HSV(B)41.89º100%83.14%-
XYZ37.7435.184.8-
YUV150.2643.2172.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.89%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.89%
G=41.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212148000.3010.1741.8910041.57
HexD494001E64112a642a
Octal3242240036144215214452
Binary110101001001010000111101100100100011010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49400; }

 p { color: rgb(212,148,0); }

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

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

 a { background-color: rgb(212,148,0); }

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

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

 span { border-color: rgb(212,148,0); }

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