#D79414

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

Shades of Gamboge #D79414

Tints of Gamboge #D79414

Color information

#D79414 (or 0xD79414) is unknown color: approx Gamboge. HEX triplet: D7, 94 and 14. RGB value is (215,148,20). Sum of RGB (Red+Green+Blue) = 215+148+20=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D79414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79414 is #286BEB. Grayscale: #9A9A9A. Windows color (decimal): -2649068 or 1348823. OLE color: 1348823.

HSL color Cylindrical-coordinate representation of color #D79414: hue angle of 39.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D79414 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB21514820-
CMYK00.310.910.16
HSL39.38º82.98%46.08%-
HSV(B)39.38º90.7%84.31%-
XYZ38.7435.685.51-
YUV153.4452.7171.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.14%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 20 (8.20% from 255) = 5.22%
R=56.14%
G=38.64%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151482000.310.910.1639.3882.9846.08
HexD7941401F5B1027532e
Octal32722424037133204712356
Binary1101011110010100101000111111011011100001001111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79414; }

 p { color: rgb(215,148,20); }

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

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

 a { background-color: rgb(215,148,20); }

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

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

 span { border-color: rgb(215,148,20); }

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