#D1960D

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

Shades of Gamboge #D1960D

Tints of Gamboge #D1960D

Color information

#D1960D (or 0xD1960D) is unknown color: approx Gamboge. HEX triplet: D1, 96 and 0D. RGB value is (209,150,13). Sum of RGB (Red+Green+Blue) = 209+150+13=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1960D is #2E69F2. Grayscale: #989898. Windows color (decimal): -3041779 or 890577. OLE color: 890577.

HSL color Cylindrical-coordinate representation of color #D1960D: hue angle of 41.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1960D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB20915013-
CMYK00.280.940.18
HSL41.94º88.29%43.53%-
HSV(B)41.94º93.78%81.96%-
XYZ37.2735.45.25-
YUV152.0249.55168.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 13 (5.47% from 255) = 3.49%
R=56.18%
G=40.32%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091501300.280.940.1841.9488.2943.53
HexD196D01C5E122a582c
Octal32122615034136225213054
Binary110100011001011011010111001011110100101010101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1960D; }

 p { color: rgb(209,150,13); }

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

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

 a { background-color: rgb(209,150,13); }

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

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

 span { border-color: rgb(209,150,13); }

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