#D7A308

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

Shades of Gamboge #D7A308

Tints of Gamboge #D7A308

Color information

#D7A308 (or 0xD7A308) is unknown color: approx Gamboge. HEX triplet: D7, A3 and 08. RGB value is (215,163,8). Sum of RGB (Red+Green+Blue) = 215+163+8=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A308 is #285CF7. Grayscale: #A1A1A1. Windows color (decimal): -2645240 or 566231. OLE color: 566231.

HSL color Cylindrical-coordinate representation of color #D7A308: hue angle of 44.93º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7A308 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB2151638-
CMYK00.240.960.16
HSL44.93º92.83%43.73%-
HSV(B)44.93º96.28%84.31%-
XYZ41.1740.665.91-
YUV160.8841.73166.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.70%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 8 (3.52% from 255) = 2.07%
R=55.70%
G=42.23%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215163800.240.960.1644.9392.8343.73
HexD7A3801860102d5d2c
Octal32724310030140205513554
Binary110101111010001110000110001100000100001011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A308; }

 p { color: rgb(215,163,8); }

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

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

 a { background-color: rgb(215,163,8); }

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

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

 span { border-color: rgb(215,163,8); }

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