#D6B964

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

Shades of Tacha #D6B964

Tints of Tacha #D6B964

Color information

#D6B964 (or 0xD6B964) is unknown color: approx Tacha. HEX triplet: D6, B9 and 64. RGB value is (214,185,100). Sum of RGB (Red+Green+Blue) = 214+185+100=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B964 is #29469B. Grayscale: #B8B8B8. Windows color (decimal): -2705052 or 6601174. OLE color: 6601174.

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

Color convert

RGB214185100-
CMYK00.140.530.16
HSL44.74º58.16%61.57%-
HSV(B)44.74º53.27%83.92%-
XYZ47.3849.9119.19-
YUV183.9880.61149.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 100 (39.45% from 255) = 20.04%
R=42.89%
G=37.07%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418510000.140.530.1644.7458.1661.57
HexD6B9640E35102d3a3e
Octal3262711440166520557276
Binary110101101011100111001000111011010110000101101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B964; }

 p { color: rgb(214,185,100); }

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

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

 a { background-color: rgb(214,185,100); }

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

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

 span { border-color: rgb(214,185,100); }

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