#D3A706

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

Shades of Gamboge #D3A706

Tints of Gamboge #D3A706

Color information

#D3A706 (or 0xD3A706) is unknown color: approx Gamboge. HEX triplet: D3, A7 and 06. RGB value is (211,167,6). Sum of RGB (Red+Green+Blue) = 211+167+6=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A706 is #2C58F9. Grayscale: #A2A2A2. Windows color (decimal): -2906362 or 436179. OLE color: 436179.

HSL color Cylindrical-coordinate representation of color #D3A706: hue angle of 47.12º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3A706 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB2111676-
CMYK00.210.970.17
HSL47.12º94.47%42.55%-
HSV(B)47.12º97.16%82.75%-
XYZ40.7241.56.04-
YUV161.840.08163.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.95%
GREEN value IS 167 (65.62% from 255) = 43.49%
BLUE value IS 6 (2.73% from 255) = 1.56%
R=54.95%
G=43.49%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211167600.210.970.1747.1294.4742.55
HexD3A7601561112f5e2b
Octal3232476025141215713653
Binary11010011101001111100101011100001100011011111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A706; }

 p { color: rgb(211,167,6); }

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

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

 a { background-color: rgb(211,167,6); }

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

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

 span { border-color: rgb(211,167,6); }

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