#D4960E

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

Shades of Gamboge #D4960E

Tints of Gamboge #D4960E

Color information

#D4960E (or 0xD4960E) is unknown color: approx Gamboge. HEX triplet: D4, 96 and 0E. RGB value is (212,150,14). Sum of RGB (Red+Green+Blue) = 212+150+14=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4960E is #2B69F1. Grayscale: #999999. Windows color (decimal): -2845170 or 956116. OLE color: 956116.

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

Color convert

RGB21215014-
CMYK00.290.930.17
HSL41.21º87.61%44.31%-
HSV(B)41.21º93.4%83.14%-
XYZ38.1435.845.32-
YUV153.0349.54170.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.38%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 14 (5.86% from 255) = 3.72%
R=56.38%
G=39.89%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121501400.290.930.1741.2187.6144.31
HexD496E01D5D1129582c
Octal32422616035135215113054
Binary110101001001011011100111011011101100011010011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4960E; }

 p { color: rgb(212,150,14); }

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

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

 a { background-color: rgb(212,150,14); }

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

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

 span { border-color: rgb(212,150,14); }

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