#D6A80C

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

Shades of Gamboge #D6A80C

Tints of Gamboge #D6A80C

Color information

#D6A80C (or 0xD6A80C) is unknown color: approx Gamboge. HEX triplet: D6, A8 and 0C. RGB value is (214,168,12). Sum of RGB (Red+Green+Blue) = 214+168+12=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A80C is #2957F3. Grayscale: #A4A4A4. Windows color (decimal): -2709492 or 829654. OLE color: 829654.

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

Color convert

RGB21416812-
CMYK00.210.940.16
HSL46.34º89.38%44.31%-
HSV(B)46.34º94.39%83.92%-
XYZ41.842.336.31-
YUV163.9742.24163.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 168 (66.02% from 255) = 42.64%
BLUE value IS 12 (5.08% from 255) = 3.05%
R=54.31%
G=42.64%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141681200.210.940.1646.3489.3844.31
HexD6A8C0155E102e592c
Octal32625014025136205613154
Binary110101101010100011000101011011110100001011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A80C; }

 p { color: rgb(214,168,12); }

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

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

 a { background-color: rgb(214,168,12); }

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

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

 span { border-color: rgb(214,168,12); }

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