#D8960D

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

Shades of Gamboge #D8960D

Tints of Gamboge #D8960D

Color information

#D8960D (or 0xD8960D) is unknown color: approx Gamboge. HEX triplet: D8, 96 and 0D. RGB value is (216,150,13). Sum of RGB (Red+Green+Blue) = 216+150+13=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8960D is #2769F2. Grayscale: #9A9A9A. Windows color (decimal): -2583027 or 890584. OLE color: 890584.

HSL color Cylindrical-coordinate representation of color #D8960D: hue angle of 40.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8960D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21615013-
CMYK00.310.940.15
HSL40.49º88.65%44.9%-
HSV(B)40.49º93.98%84.71%-
XYZ39.336.445.34-
YUV154.1248.37172.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.99%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 13 (5.47% from 255) = 3.43%
R=56.99%
G=39.58%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161501300.310.940.1540.4988.6544.9
HexD896D01F5EF28592d
Octal33022615037136175013155
Binary11011000100101101101011111101111011111010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8960D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8960D; }

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

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

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

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

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

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

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

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