#D79C16

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

Shades of Gamboge #D79C16

Tints of Gamboge #D79C16

Color information

#D79C16 (or 0xD79C16) is unknown color: approx Gamboge. HEX triplet: D7, 9C and 16. RGB value is (215,156,22). Sum of RGB (Red+Green+Blue) = 215+156+22=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79C16 is #2863E9. Grayscale: #9E9E9E. Windows color (decimal): -2647018 or 1481943. OLE color: 1481943.

HSL color Cylindrical-coordinate representation of color #D79C16: hue angle of 41.66º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D79C16 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21515622-
CMYK00.270.900.16
HSL41.66º81.43%46.47%-
HSV(B)41.66º89.77%84.31%-
XYZ40.0638.286.04-
YUV158.3651.05168.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.71%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 22 (8.98% from 255) = 5.60%
R=54.71%
G=39.69%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151562200.270.900.1641.6681.4346.47
HexD79C1601B5A102a512e
Octal32723426033132205212156
Binary1101011110011100101100110111011010100001010101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79C16; }

 p { color: rgb(215,156,22); }

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

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

 a { background-color: rgb(215,156,22); }

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

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

 span { border-color: rgb(215,156,22); }

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