#d6870e

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

Shades of Gamboge #D6870E

Tints of Gamboge #D6870E

Color information

#D6870E (or 0xD6870E) is unknown color: approx Gamboge. HEX triplet: D6, 87 and 0E. RGB value is (214,135,14). Sum of RGB (Red+Green+Blue) = 214+135+14=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6870E is #2978F1. Grayscale: #919191. Windows color (decimal): -2717938 or 952278. OLE color: 952278.

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

Color convert

RGB21413514-
CMYK00.370.930.16
HSL36.3º87.72%44.71%-
HSV(B)36.3º93.46%83.92%-
XYZ36.4731.664.6-
YUV144.8354.17177.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.95%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 14 (5.86% from 255) = 3.86%
R=58.95%
G=37.19%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141351400.370.930.1636.387.7244.71
HexD687E0255D1024582d
Octal32620716045135204413055
Binary1101011010000111111001001011011101100001001001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6870e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6870e; }

 p { color: rgb(214,135,14); }

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

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

 a { background-color: rgb(214,135,14); }

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

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

 span { border-color: rgb(214,135,14); }

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