#D6A10A

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

Shades of Gamboge #D6A10A

Tints of Gamboge #D6A10A

Color information

#D6A10A (or 0xD6A10A) is unknown color: approx Gamboge. HEX triplet: D6, A1 and 0A. RGB value is (214,161,10). Sum of RGB (Red+Green+Blue) = 214+161+10=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A10A is #295EF5. Grayscale: #A0A0A0. Windows color (decimal): -2711286 or 696790. OLE color: 696790.

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

Color convert

RGB21416110-
CMYK00.250.950.16
HSL44.41º91.07%43.92%-
HSV(B)44.41º95.33%83.92%-
XYZ40.5339.815.83-
YUV159.6343.56166.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.58%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=55.58%
G=41.82%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141611000.250.950.1644.4191.0743.92
HexD6A1A0195F102c5b2c
Octal32624112031137205413354
Binary110101101010000110100110011011111100001011001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A10A; }

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

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

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

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

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

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

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

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