#D78908

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

Shades of Gamboge #D78908

Tints of Gamboge #D78908

Color information

#D78908 (or 0xD78908) is unknown color: approx Gamboge. HEX triplet: D7, 89 and 08. RGB value is (215,137,8). Sum of RGB (Red+Green+Blue) = 215+137+8=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D78908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78908 is #2876F7. Grayscale: #929292. Windows color (decimal): -2651896 or 559575. OLE color: 559575.

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

Color convert

RGB2151378-
CMYK00.360.960.16
HSL37.39º92.83%43.73%-
HSV(B)37.39º96.28%84.31%-
XYZ37.0132.364.52-
YUV145.6250.34177.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.72%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 8 (3.52% from 255) = 2.22%
R=59.72%
G=38.06%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215137800.360.960.1637.3992.8343.73
HexD78980246010255d2c
Octal32721110044140204513554
Binary1101011110001001100001001001100000100001001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78908; }

 p { color: rgb(215,137,8); }

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

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

 a { background-color: rgb(215,137,8); }

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

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

 span { border-color: rgb(215,137,8); }

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