#D8B865

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

Shades of Tacha #D8B865

Tints of Tacha #D8B865

Color information

#D8B865 (or 0xD8B865) is unknown color: approx Tacha. HEX triplet: D8, B8 and 65. RGB value is (216,184,101). Sum of RGB (Red+Green+Blue) = 216+184+101=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B865 is #27479A. Grayscale: #B8B8B8. Windows color (decimal): -2574235 or 6666456. OLE color: 6666456.

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

Color convert

RGB216184101-
CMYK00.150.530.15
HSL43.3º59.59%62.16%-
HSV(B)43.3º53.24%84.71%-
XYZ47.8149.8219.41-
YUV184.1181.1150.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=43.11%
G=36.73%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618410100.150.530.1543.359.5962.16
HexD8B8650F35F2b3c3e
Octal3302701450176517537476
Binary11011000101110001100101011111101011111101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B865; }

 p { color: rgb(216,184,101); }

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

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

 a { background-color: rgb(216,184,101); }

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

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

 span { border-color: rgb(216,184,101); }

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