#D49313

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

Shades of Gamboge #D49313

Tints of Gamboge #D49313

Color information

#D49313 (or 0xD49313) is unknown color: approx Gamboge. HEX triplet: D4, 93 and 13. RGB value is (212,147,19). Sum of RGB (Red+Green+Blue) = 212+147+19=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D49313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49313 is #2B6CEC. Grayscale: #989898. Windows color (decimal): -2845933 or 1283028. OLE color: 1283028.

HSL color Cylindrical-coordinate representation of color #D49313: hue angle of 39.79º 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 #D49313 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB21214719-
CMYK00.310.910.17
HSL39.79º83.55%45.29%-
HSV(B)39.79º91.04%83.14%-
XYZ37.734.915.37-
YUV151.8453.03170.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.08%
GREEN value IS 147 (57.81% from 255) = 38.89%
BLUE value IS 19 (7.81% from 255) = 5.03%
R=56.08%
G=38.89%
B=5.03%

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
Decimal2121471900.310.910.1739.7983.5545.29
HexD4931301F5B1128542d
Octal32422323037133215012455
Binary1101010010010011100110111111011011100011010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49313; }

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

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

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

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

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

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

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

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