#D79214

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

Shades of Gamboge #D79214

Tints of Gamboge #D79214

Color information

#D79214 (or 0xD79214) is unknown color: approx Gamboge. HEX triplet: D7, 92 and 14. RGB value is (215,146,20). Sum of RGB (Red+Green+Blue) = 215+146+20=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D79214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79214 is #286DEB. Grayscale: #989898. Windows color (decimal): -2649580 or 1348311. OLE color: 1348311.

HSL color Cylindrical-coordinate representation of color #D79214: hue angle of 38.77º 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 #D79214 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB21514620-
CMYK00.320.910.16
HSL38.77º82.98%46.08%-
HSV(B)38.77º90.7%84.31%-
XYZ38.4335.065.4-
YUV152.2753.36172.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.43%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 20 (8.20% from 255) = 5.25%
R=56.43%
G=38.32%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151462000.320.910.1638.7782.9846.08
HexD792140205B1027532e
Octal32722224040133204712356
Binary11010111100100101010001000001011011100001001111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79214; }

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

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

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

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

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

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

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

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