#D49213

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

Shades of Gamboge #D49213

Tints of Gamboge #D49213

Color information

#D49213 (or 0xD49213) is unknown color: approx Gamboge. HEX triplet: D4, 92 and 13. RGB value is (212,146,19). Sum of RGB (Red+Green+Blue) = 212+146+19=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D49213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49213 is #2B6DEC. Grayscale: #979797. Windows color (decimal): -2846189 or 1282772. OLE color: 1282772.

HSL color Cylindrical-coordinate representation of color #D49213: hue angle of 39.48º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D49213 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB21214619-
CMYK00.310.910.17
HSL39.48º83.55%45.29%-
HSV(B)39.48º91.04%83.14%-
XYZ37.5534.65.32-
YUV151.2653.37171.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.23%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 19 (7.81% from 255) = 5.04%
R=56.23%
G=38.73%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121461900.310.910.1739.4883.5545.29
HexD4921301F5B1127542d
Octal32422223037133214712455
Binary1101010010010010100110111111011011100011001111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49213; }

 p { color: rgb(212,146,19); }

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

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

 a { background-color: rgb(212,146,19); }

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

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

 span { border-color: rgb(212,146,19); }

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