#D6A308

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

Shades of Gamboge #D6A308

Tints of Gamboge #D6A308

Color information

#D6A308 (or 0xD6A308) is unknown color: approx Gamboge. HEX triplet: D6, A3 and 08. RGB value is (214,163,8). Sum of RGB (Red+Green+Blue) = 214+163+8=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A308 is #295CF7. Grayscale: #A1A1A1. Windows color (decimal): -2710776 or 566230. OLE color: 566230.

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

Color convert

RGB2141638-
CMYK00.240.960.16
HSL45.15º92.79%43.53%-
HSV(B)45.15º96.26%83.92%-
XYZ40.8740.515.89-
YUV160.5841.9166.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.58%
GREEN value IS 163 (64.06% from 255) = 42.34%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=55.58%
G=42.34%
B=2.08%

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
Decimal214163800.240.960.1645.1592.7943.53
HexD6A3801860102d5d2c
Octal32624310030140205513554
Binary110101101010001110000110001100000100001011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A308; }

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

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

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

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

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

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

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

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