#D79A04

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

Shades of Gamboge #D79A04

Tints of Gamboge #D79A04

Color information

#D79A04 (or 0xD79A04) is unknown color: approx Gamboge. HEX triplet: D7, 9A and 04. RGB value is (215,154,4). Sum of RGB (Red+Green+Blue) = 215+154+4=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79A04 is #2865FB. Grayscale: #9B9B9B. Windows color (decimal): -2647548 or 301783. OLE color: 301783.

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

Color convert

RGB2151544-
CMYK00.280.980.16
HSL42.65º96.35%42.94%-
HSV(B)42.65º98.14%84.31%-
XYZ39.637.575.28-
YUV155.1442.71170.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.64%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 4 (1.95% from 255) = 1.07%
R=57.64%
G=41.29%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215154400.280.980.1642.6596.3542.94
HexD79A401C62102b602b
Octal3272324034142205314053
Binary11010111100110101000111001100010100001010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79A04; }

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

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

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

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

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

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

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

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