#D6B760

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

Shades of Tacha #D6B760

Tints of Tacha #D6B760

Color information

#D6B760 (or 0xD6B760) is unknown color: approx Tacha. HEX triplet: D6, B7 and 60. RGB value is (214,183,96). Sum of RGB (Red+Green+Blue) = 214+183+96=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B760 is #29489F. Grayscale: #B6B6B6. Windows color (decimal): -2705568 or 6338518. OLE color: 6338518.

HSL color Cylindrical-coordinate representation of color #D6B760: hue angle of 44.24º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6B760 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21418396-
CMYK00.140.550.16
HSL44.24º59%60.78%-
HSV(B)44.24º55.14%83.92%-
XYZ46.7849.0118.06-
YUV182.3579.27150.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=43.41%
G=37.12%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141839600.140.550.1644.245960.78
HexD6B7600E37102c3b3d
Octal3262671400166720547375
Binary110101101011011111000000111011011110000101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B760; }

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

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

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

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

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

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

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

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