#D8B761

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

Shades of Tacha #D8B761

Tints of Tacha #D8B761

Color information

#D8B761 (or 0xD8B761) is unknown color: approx Tacha. HEX triplet: D8, B7 and 61. RGB value is (216,183,97). Sum of RGB (Red+Green+Blue) = 216+183+97=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B761 is #27489E. Grayscale: #B7B7B7. Windows color (decimal): -2574495 or 6404056. OLE color: 6404056.

HSL color Cylindrical-coordinate representation of color #D8B761: hue angle of 43.36º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8B761 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21618397-
CMYK00.150.550.15
HSL43.36º60.41%61.37%-
HSV(B)43.36º55.09%84.71%-
XYZ47.4149.3318.33-
YUV183.0679.43151.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=43.55%
G=36.90%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161839700.150.550.1543.3660.4161.37
HexD8B7610F37F2b3c3d
Octal3302671410176717537475
Binary11011000101101111100001011111101111111101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B761; }

 p { color: rgb(216,183,97); }

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

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

 a { background-color: rgb(216,183,97); }

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

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

 span { border-color: rgb(216,183,97); }

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