#D7840E

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

Shades of Gamboge #D7840E

Tints of Gamboge #D7840E

Color information

#D7840E (or 0xD7840E) is unknown color: approx Gamboge. HEX triplet: D7, 84 and 0E. RGB value is (215,132,14). Sum of RGB (Red+Green+Blue) = 215+132+14=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7840E is #287BF1. Grayscale: #8F8F8F. Windows color (decimal): -2653170 or 951511. OLE color: 951511.

HSL color Cylindrical-coordinate representation of color #D7840E: hue angle of 35.22º 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 #D7840E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB21513214-
CMYK00.390.930.16
HSL35.22º87.77%44.9%-
HSV(B)35.22º93.49%84.31%-
XYZ36.3530.984.48-
YUV143.3655179.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.56%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 14 (5.86% from 255) = 3.88%
R=59.56%
G=36.57%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151321400.390.930.1635.2287.7744.9
HexD784E0275D1023582d
Octal32720416047135204313055
Binary1101011110000100111001001111011101100001000111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7840E; }

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

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

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

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

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

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

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

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