#D6A50A

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

Shades of Gamboge #D6A50A

Tints of Gamboge #D6A50A

Color information

#D6A50A (or 0xD6A50A) is unknown color: approx Gamboge. HEX triplet: D6, A5 and 0A. RGB value is (214,165,10). Sum of RGB (Red+Green+Blue) = 214+165+10=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A50A is #295AF5. Grayscale: #A2A2A2. Windows color (decimal): -2710262 or 697814. OLE color: 697814.

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

Color convert

RGB21416510-
CMYK00.230.950.16
HSL45.59º91.07%43.92%-
HSV(B)45.59º95.33%83.92%-
XYZ41.2441.236.07-
YUV161.9842.23165.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 165 (64.84% from 255) = 42.42%
BLUE value IS 10 (4.30% from 255) = 2.57%
R=55.01%
G=42.42%
B=2.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141651000.230.950.1645.5991.0743.92
HexD6A5A0175F102e5b2c
Octal32624512027137205613354
Binary110101101010010110100101111011111100001011101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A50A; }

 p { color: rgb(214,165,10); }

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

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

 a { background-color: rgb(214,165,10); }

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

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

 span { border-color: rgb(214,165,10); }

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