#D78E11

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

Shades of Gamboge #D78E11

Tints of Gamboge #D78E11

Color information

#D78E11 (or 0xD78E11) is unknown color: approx Gamboge. HEX triplet: D7, 8E and 11. RGB value is (215,142,17). Sum of RGB (Red+Green+Blue) = 215+142+17=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78E11 is #2871EE. Grayscale: #969696. Windows color (decimal): -2650607 or 1150679. OLE color: 1150679.

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

Color convert

RGB21514217-
CMYK00.340.920.16
HSL37.88º85.34%45.49%-
HSV(B)37.88º92.09%84.31%-
XYZ37.833.835.07-
YUV149.5853.18174.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.49%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 17 (7.03% from 255) = 4.55%
R=57.49%
G=37.97%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151421700.340.920.1637.8885.3445.49
HexD78E110225C1026552d
Octal32721621042134204612555
Binary11010111100011101000101000101011100100001001101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78E11; }

 p { color: rgb(215,142,17); }

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

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

 a { background-color: rgb(215,142,17); }

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

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

 span { border-color: rgb(215,142,17); }

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