#D8BB5A

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

Shades of Tacha #D8BB5A

Tints of Tacha #D8BB5A

Color information

#D8BB5A (or 0xD8BB5A) is unknown color: approx Tacha. HEX triplet: D8, BB and 5A. RGB value is (216,187,90). Sum of RGB (Red+Green+Blue) = 216+187+90=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB5A is #2744A5. Grayscale: #B9B9B9. Windows color (decimal): -2573478 or 5946328. OLE color: 5946328.

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

Color convert

RGB21618790-
CMYK00.130.580.15
HSL46.19º61.76%60%-
HSV(B)46.19º58.33%84.71%-
XYZ47.9350.8816.97-
YUV184.6174.61150.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 90 (35.55% from 255) = 18.26%
R=43.81%
G=37.93%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161879000.130.580.1546.1961.7660
HexD8BB5A0D3AF2e3e3c
Octal3302731320157217567674
Binary11011000101110111011010011011110101111101110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BB5A; }

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

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

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

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

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

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

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

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