#D79904

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

Shades of Gamboge #D79904

Tints of Gamboge #D79904

Color information

#D79904 (or 0xD79904) is unknown color: approx Gamboge. HEX triplet: D7, 99 and 04. RGB value is (215,153,4). Sum of RGB (Red+Green+Blue) = 215+153+4=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D79904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79904 is #2866FB. Grayscale: #9B9B9B. Windows color (decimal): -2647804 or 301527. OLE color: 301527.

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

Color convert

RGB2151534-
CMYK00.290.980.16
HSL42.37º96.35%42.94%-
HSV(B)42.37º98.14%84.31%-
XYZ39.4437.245.22-
YUV154.5543.04171.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.80%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=57.80%
G=41.13%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215153400.290.980.1642.3796.3542.94
HexD799401D62102a602b
Octal3272314035142205214053
Binary11010111100110011000111011100010100001010101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79904; }

 p { color: rgb(215,153,4); }

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

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

 a { background-color: rgb(215,153,4); }

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

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

 span { border-color: rgb(215,153,4); }

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