#D8BB5E

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

Shades of Tacha #D8BB5E

Tints of Tacha #D8BB5E

Color information

#D8BB5E (or 0xD8BB5E) is unknown color: approx Tacha. HEX triplet: D8, BB and 5E. RGB value is (216,187,94). Sum of RGB (Red+Green+Blue) = 216+187+94=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB5E is #2744A1. Grayscale: #B9B9B9. Windows color (decimal): -2573474 or 6208472. OLE color: 6208472.

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

Color convert

RGB21618794-
CMYK00.130.560.15
HSL45.74º61%60.78%-
HSV(B)45.74º56.48%84.71%-
XYZ48.1150.9517.89-
YUV185.0776.61150.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=43.46%
G=37.63%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161879400.130.560.1545.746160.78
HexD8BB5E0D38F2e3d3d
Octal3302731360157017567575
Binary11011000101110111011110011011110001111101110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BB5E; }

 p { color: rgb(216,187,94); }

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

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

 a { background-color: rgb(216,187,94); }

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

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

 span { border-color: rgb(216,187,94); }

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