#D49413

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

Shades of Gamboge #D49413

Tints of Gamboge #D49413

Color information

#D49413 (or 0xD49413) is unknown color: approx Gamboge. HEX triplet: D4, 94 and 13. RGB value is (212,148,19). Sum of RGB (Red+Green+Blue) = 212+148+19=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D49413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49413 is #2B6BEC. Grayscale: #999999. Windows color (decimal): -2845677 or 1283284. OLE color: 1283284.

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

Color convert

RGB21214819-
CMYK00.300.910.17
HSL40.1º83.55%45.29%-
HSV(B)40.1º91.04%83.14%-
XYZ37.8635.225.42-
YUV152.4352.7170.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.94%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 19 (7.81% from 255) = 5.01%
R=55.94%
G=39.05%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121481900.300.910.1740.183.5545.29
HexD4941301E5B1128542d
Octal32422423036133215012455
Binary1101010010010100100110111101011011100011010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49413; }

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

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

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

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

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

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

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

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