#D8B954

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

Shades of Tacha #D8B954

Tints of Tacha #D8B954

Color information

#D8B954 (or 0xD8B954) is unknown color: approx Tacha. HEX triplet: D8, B9 and 54. RGB value is (216,185,84). Sum of RGB (Red+Green+Blue) = 216+185+84=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B954 is #2746AB. Grayscale: #B7B7B7. Windows color (decimal): -2573996 or 5552600. OLE color: 5552600.

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

Color convert

RGB21618584-
CMYK00.140.610.15
HSL45.91º62.86%58.82%-
HSV(B)45.91º61.11%84.71%-
XYZ47.2749.9415.54-
YUV182.7672.27151.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 84 (33.20% from 255) = 17.32%
R=44.54%
G=38.14%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161858400.140.610.1545.9162.8658.82
HexD8B9540E3DF2e3f3b
Octal3302711240167517567773
Binary11011000101110011010100011101111011111101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B954; }

 p { color: rgb(216,185,84); }

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

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

 a { background-color: rgb(216,185,84); }

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

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

 span { border-color: rgb(216,185,84); }

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