#D8BA4D

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

Shades of Tacha #D8BA4D

Tints of Tacha #D8BA4D

Color information

#D8BA4D (or 0xD8BA4D) is unknown color: approx Tacha. HEX triplet: D8, BA and 4D. RGB value is (216,186,77). Sum of RGB (Red+Green+Blue) = 216+186+77=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA4D is #2745B2. Grayscale: #B7B7B7. Windows color (decimal): -2573747 or 5094104. OLE color: 5094104.

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

Color convert

RGB21618677-
CMYK00.140.640.15
HSL47.05º64.06%57.45%-
HSV(B)47.05º64.35%84.71%-
XYZ47.2250.2514.23-
YUV182.5468.44151.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 77 (30.47% from 255) = 16.08%
R=45.09%
G=38.83%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161867700.140.640.1547.0564.0657.45
HexD8BA4D0E40F2f4039
Octal330272115016100175710071
Binary1101100010111010100110101110100000011111011111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA4D; }

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

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

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

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

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

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

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

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