#D7B96B

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

Shades of Tacha #D7B96B

Tints of Tacha #D7B96B

Color information

#D7B96B (or 0xD7B96B) is unknown color: approx Tacha. HEX triplet: D7, B9 and 6B. RGB value is (215,185,107). Sum of RGB (Red+Green+Blue) = 215+185+107=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B96B is #284694. Grayscale: #B9B9B9. Windows color (decimal): -2639509 or 7059927. OLE color: 7059927.

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

Color convert

RGB215185107-
CMYK00.140.500.16
HSL43.33º57.45%63.14%-
HSV(B)43.33º50.23%84.31%-
XYZ48.0350.2121.07-
YUV185.0883.94149.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 107 (42.19% from 255) = 21.10%
R=42.41%
G=36.49%
B=21.10%

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
Decimal21518510700.140.500.1643.3357.4563.14
HexD7B96B0E32102b393f
Octal3272711530166220537177
Binary110101111011100111010110111011001010000101011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B96B; }

 p { color: rgb(215,185,107); }

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

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

 a { background-color: rgb(215,185,107); }

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

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

 span { border-color: rgb(215,185,107); }

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