#D2A608

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

Shades of Gamboge #D2A608

Tints of Gamboge #D2A608

Color information

#D2A608 (or 0xD2A608) is unknown color: approx Gamboge. HEX triplet: D2, A6 and 08. RGB value is (210,166,8). Sum of RGB (Red+Green+Blue) = 210+166+8=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A608 is #2D59F7. Grayscale: #A1A1A1. Windows color (decimal): -2972152 or 566994. OLE color: 566994.

HSL color Cylindrical-coordinate representation of color #D2A608: hue angle of 46.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2A608 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB2101668-
CMYK00.210.960.18
HSL46.93º92.66%42.75%-
HSV(B)46.93º96.19%82.35%-
XYZ40.2640.996.02-
YUV161.1441.58162.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.69%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=54.69%
G=43.23%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210166800.210.960.1846.9392.6642.75
HexD2A6801560122f5d2b
Octal32224610025140225713553
Binary110100101010011010000101011100000100101011111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A608; }

 p { color: rgb(210,166,8); }

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

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

 a { background-color: rgb(210,166,8); }

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

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

 span { border-color: rgb(210,166,8); }

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