#D7B961

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

Shades of Tacha #D7B961

Tints of Tacha #D7B961

Color information

#D7B961 (or 0xD7B961) is unknown color: approx Tacha. HEX triplet: D7, B9 and 61. RGB value is (215,185,97). Sum of RGB (Red+Green+Blue) = 215+185+97=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B961 is #28469E. Grayscale: #B8B8B8. Windows color (decimal): -2639519 or 6404567. OLE color: 6404567.

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

Color convert

RGB21518597-
CMYK00.140.550.16
HSL44.75º59.6%61.18%-
HSV(B)44.75º54.88%84.31%-
XYZ47.5350.0118.46-
YUV183.9478.94150.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=43.26%
G=37.22%
B=19.52%

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
Decimal2151859700.140.550.1644.7559.661.18
HexD7B9610E37102d3c3d
Octal3272711410166720557475
Binary110101111011100111000010111011011110000101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B961; }

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

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

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

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

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

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

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

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