#D8BA5D

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

Shades of Tacha #D8BA5D

Tints of Tacha #D8BA5D

Color information

#D8BA5D (or 0xD8BA5D) is unknown color: approx Tacha. HEX triplet: D8, BA and 5D. RGB value is (216,186,93). Sum of RGB (Red+Green+Blue) = 216+186+93=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA5D is #2745A2. Grayscale: #B8B8B8. Windows color (decimal): -2573731 or 6142680. OLE color: 6142680.

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

Color convert

RGB21618693-
CMYK00.140.570.15
HSL45.37º61.19%60.59%-
HSV(B)45.37º56.94%84.71%-
XYZ47.8550.5117.58-
YUV184.3776.44150.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=43.64%
G=37.58%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161869300.140.570.1545.3761.1960.59
HexD8BA5D0E39F2d3d3d
Octal3302721350167117557575
Binary11011000101110101011101011101110011111101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA5D; }

 p { color: rgb(216,186,93); }

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

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

 a { background-color: rgb(216,186,93); }

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

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

 span { border-color: rgb(216,186,93); }

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