#D6B763

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

Shades of Tacha #D6B763

Tints of Tacha #D6B763

Color information

#D6B763 (or 0xD6B763) is unknown color: approx Tacha. HEX triplet: D6, B7 and 63. RGB value is (214,183,99). Sum of RGB (Red+Green+Blue) = 214+183+99=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B763 is #29489C. Grayscale: #B7B7B7. Windows color (decimal): -2705565 or 6535126. OLE color: 6535126.

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

Color convert

RGB21418399-
CMYK00.140.540.16
HSL43.83º58.38%61.37%-
HSV(B)43.83º53.74%83.92%-
XYZ46.9249.0618.8-
YUV182.6980.77150.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 99 (39.06% from 255) = 19.96%
R=43.15%
G=36.90%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141839900.140.540.1643.8358.3861.37
HexD6B7630E36102c3a3d
Octal3262671430166620547275
Binary110101101011011111000110111011011010000101100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B763; }

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

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

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

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

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

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

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

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