#D8BA56

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

Shades of Tacha #D8BA56

Tints of Tacha #D8BA56

Color information

#D8BA56 (or 0xD8BA56) is unknown color: approx Tacha. HEX triplet: D8, BA and 56. RGB value is (216,186,86). Sum of RGB (Red+Green+Blue) = 216+186+86=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA56 is #2745A9. Grayscale: #B8B8B8. Windows color (decimal): -2573738 or 5683928. OLE color: 5683928.

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

Color convert

RGB21618686-
CMYK00.140.600.15
HSL46.15º62.5%59.22%-
HSV(B)46.15º60.19%84.71%-
XYZ47.5650.3916.02-
YUV183.5772.94151.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 86 (33.98% from 255) = 17.62%
R=44.26%
G=38.11%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161868600.140.600.1546.1562.559.22
HexD8BA560E3CF2e3e3b
Octal3302721260167417567673
Binary11011000101110101010110011101111001111101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA56; }

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

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

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

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

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

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

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

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