#D6B76A

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

Shades of Tacha #D6B76A

Tints of Tacha #D6B76A

Color information

#D6B76A (or 0xD6B76A) is unknown color: approx Tacha. HEX triplet: D6, B7 and 6A. RGB value is (214,183,106). Sum of RGB (Red+Green+Blue) = 214+183+106=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B76A is #294895. Grayscale: #B7B7B7. Windows color (decimal): -2705558 or 6993878. OLE color: 6993878.

HSL color Cylindrical-coordinate representation of color #D6B76A: hue angle of 42.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B76A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214183106-
CMYK00.140.500.16
HSL42.78º56.84%62.75%-
HSV(B)42.78º50.47%83.92%-
XYZ47.2749.220.64-
YUV183.4984.27149.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=42.54%
G=36.38%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418310600.140.500.1642.7856.8462.75
HexD6B76A0E32102b393f
Octal3262671520166220537177
Binary110101101011011111010100111011001010000101011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B76A; }

 p { color: rgb(214,183,106); }

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

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

 a { background-color: rgb(214,183,106); }

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

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

 span { border-color: rgb(214,183,106); }

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