#D6A701

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

Shades of Gamboge #D6A701

Tints of Gamboge #D6A701

Color information

#D6A701 (or 0xD6A701) is unknown color: approx Gamboge. HEX triplet: D6, A7 and 01. RGB value is (214,167,1). Sum of RGB (Red+Green+Blue) = 214+167+1=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A701 is #2958FE. Grayscale: #A2A2A2. Windows color (decimal): -2709759 or 108502. OLE color: 108502.

HSL color Cylindrical-coordinate representation of color #D6A701: hue angle of 46.76º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6A701 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB2141671-
CMYK00.221.000.16
HSL46.76º99.07%42.16%-
HSV(B)46.76º99.53%83.92%-
XYZ41.5641.945.93-
YUV162.1337.07165-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.02%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=56.02%
G=43.72%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214167100.221.000.1646.7699.0742.16
HexD6A7101664102f632a
Octal3262471026144205714352
Binary110101101010011110101101100100100001011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A701; }

 p { color: rgb(214,167,1); }

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

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

 a { background-color: rgb(214,167,1); }

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

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

 span { border-color: rgb(214,167,1); }

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