#D6A208

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

Shades of Gamboge #D6A208

Tints of Gamboge #D6A208

Color information

#D6A208 (or 0xD6A208) is unknown color: approx Gamboge. HEX triplet: D6, A2 and 08. RGB value is (214,162,8). Sum of RGB (Red+Green+Blue) = 214+162+8=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A208 is #295DF7. Grayscale: #A0A0A0. Windows color (decimal): -2711032 or 565974. OLE color: 565974.

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

Color convert

RGB2141628-
CMYK00.240.960.16
HSL44.85º92.79%43.53%-
HSV(B)44.85º96.26%83.92%-
XYZ40.740.155.84-
YUV159.9942.23166.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.73%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=55.73%
G=42.19%
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
Decimal214162800.240.960.1644.8592.7943.53
HexD6A2801860102d5d2c
Octal32624210030140205513554
Binary110101101010001010000110001100000100001011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A208; }

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

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

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

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

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

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

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

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