#d79c15

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

Shades of Gamboge #D79C15

Tints of Gamboge #D79C15

Color information

#D79C15 (or 0xD79C15) is unknown color: approx Gamboge. HEX triplet: D7, 9C and 15. RGB value is (215,156,21). Sum of RGB (Red+Green+Blue) = 215+156+21=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79C15 is #2863EA. Grayscale: #9E9E9E. Windows color (decimal): -2647019 or 1416407. OLE color: 1416407.

HSL color Cylindrical-coordinate representation of color #D79C15: hue angle of 41.75º degrees, saturation: 0.82, 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 #D79C15 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB21515621-
CMYK00.270.900.16
HSL41.75º82.2%46.27%-
HSV(B)41.75º90.23%84.31%-
XYZ40.0538.285.99-
YUV158.2550.55168.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.85%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 21 (8.59% from 255) = 5.36%
R=54.85%
G=39.80%
B=5.36%

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
Decimal2151562100.270.900.1641.7582.246.27
HexD79C1501B5A102a522e
Octal32723425033132205212256
Binary1101011110011100101010110111011010100001010101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d79c15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d79c15; }

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

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

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

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

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

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

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

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