#D8BA65

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

Shades of Tacha #D8BA65

Tints of Tacha #D8BA65

Color information

#D8BA65 (or 0xD8BA65) is unknown color: approx Tacha. HEX triplet: D8, BA and 65. RGB value is (216,186,101). Sum of RGB (Red+Green+Blue) = 216+186+101=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA65 is #27459A. Grayscale: #B9B9B9. Windows color (decimal): -2573723 or 6666968. OLE color: 6666968.

HSL color Cylindrical-coordinate representation of color #D8BA65: hue angle of 44.35º 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 #D8BA65 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216186101-
CMYK00.140.530.15
HSL44.35º59.59%62.16%-
HSV(B)44.35º53.24%84.71%-
XYZ48.2350.6619.55-
YUV185.2880.44149.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 101 (39.84% from 255) = 20.08%
R=42.94%
G=36.98%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618610100.140.530.1544.3559.5962.16
HexD8BA650E35F2c3c3e
Octal3302721450166517547476
Binary11011000101110101100101011101101011111101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA65; }

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

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

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

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

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

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

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

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