#D7B965

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

Shades of Tacha #D7B965

Tints of Tacha #D7B965

Color information

#D7B965 (or 0xD7B965) is unknown color: approx Tacha. HEX triplet: D7, B9 and 65. RGB value is (215,185,101). Sum of RGB (Red+Green+Blue) = 215+185+101=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B965 is #28469A. Grayscale: #B8B8B8. Windows color (decimal): -2639515 or 6666711. OLE color: 6666711.

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

Color convert

RGB215185101-
CMYK00.140.530.16
HSL44.21º58.76%61.96%-
HSV(B)44.21º53.02%84.31%-
XYZ47.7250.0819.46-
YUV184.3980.94149.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=42.91%
G=36.93%
B=20.16%

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
Decimal21518510100.140.530.1644.2158.7661.96
HexD7B9650E35102c3b3e
Octal3272711450166520547376
Binary110101111011100111001010111011010110000101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B965; }

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

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

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

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

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

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

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

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