#D8A902

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

Shades of Gamboge #D8A902

Tints of Gamboge #D8A902

Color information

#D8A902 (or 0xD8A902) is unknown color: approx Gamboge. HEX triplet: D8, A9 and 02. RGB value is (216,169,2). Sum of RGB (Red+Green+Blue) = 216+169+2=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A902 is #2756FD. Grayscale: #A4A4A4. Windows color (decimal): -2578174 or 174552. OLE color: 174552.

HSL color Cylindrical-coordinate representation of color #D8A902: hue angle of 46.82º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8A902 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB2161692-
CMYK00.220.990.15
HSL46.82º98.17%42.75%-
HSV(B)46.82º99.07%84.71%-
XYZ42.5242.986.11-
YUV164.0236.57165.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.81%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=55.81%
G=43.67%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216169200.220.990.1546.8298.1742.75
HexD8A9201663F2f622b
Octal3302512026143175714253
Binary110110001010100110010110110001111111011111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A902; }

 p { color: rgb(216,169,2); }

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

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

 a { background-color: rgb(216,169,2); }

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

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

 span { border-color: rgb(216,169,2); }

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