#D7940E

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

Shades of Gamboge #D7940E

Tints of Gamboge #D7940E

Color information

#D7940E (or 0xD7940E) is unknown color: approx Gamboge. HEX triplet: D7, 94 and 0E. RGB value is (215,148,14). Sum of RGB (Red+Green+Blue) = 215+148+14=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7940E is #286BF1. Grayscale: #999999. Windows color (decimal): -2649074 or 955607. OLE color: 955607.

HSL color Cylindrical-coordinate representation of color #D7940E: hue angle of 40º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7940E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB21514814-
CMYK00.310.930.16
HSL40º87.77%44.9%-
HSV(B)40º93.49%84.31%-
XYZ38.6935.665.26-
YUV152.7649.7172.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.03%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 14 (5.86% from 255) = 3.71%
R=57.03%
G=39.26%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151481400.310.930.164087.7744.9
HexD794E01F5D1028582d
Octal32722416037135205013055
Binary110101111001010011100111111011101100001010001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7940E; }

 p { color: rgb(215,148,14); }

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

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

 a { background-color: rgb(215,148,14); }

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

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

 span { border-color: rgb(215,148,14); }

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