#D3860C

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

Shades of Gamboge #D3860C

Tints of Gamboge #D3860C

Color information

#D3860C (or 0xD3860C) is unknown color: approx Gamboge. HEX triplet: D3, 86 and 0C. RGB value is (211,134,12). Sum of RGB (Red+Green+Blue) = 211+134+12=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3860C is #2C79F3. Grayscale: #8F8F8F. Windows color (decimal): -2914804 or 820947. OLE color: 820947.

HSL color Cylindrical-coordinate representation of color #D3860C: hue angle of 36.78º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3860C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB21113412-
CMYK00.360.940.17
HSL36.78º89.24%43.73%-
HSV(B)36.78º94.31%82.75%-
XYZ35.4630.934.45-
YUV143.1254.01176.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.10%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 12 (5.08% from 255) = 3.36%
R=59.10%
G=37.54%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111341200.360.940.1736.7889.2443.73
HexD386C0245E1125592c
Octal32320614044136214513154
Binary1101001110000110110001001001011110100011001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3860C; }

 p { color: rgb(211,134,12); }

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

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

 a { background-color: rgb(211,134,12); }

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

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

 span { border-color: rgb(211,134,12); }

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