#D5BC68

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

Shades of Tacha #D5BC68

Tints of Tacha #D5BC68

Color information

#D5BC68 (or 0xD5BC68) is unknown color: approx Tacha. HEX triplet: D5, BC and 68. RGB value is (213,188,104). Sum of RGB (Red+Green+Blue) = 213+188+104=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC68 is #2A4397. Grayscale: #BABABA. Windows color (decimal): -2769816 or 6864085. OLE color: 6864085.

HSL color Cylindrical-coordinate representation of color #D5BC68: hue angle of 46.24º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5BC68 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213188104-
CMYK00.120.510.16
HSL46.24º56.48%62.16%-
HSV(B)46.24º51.17%83.53%-
XYZ47.9251.1120.44-
YUV185.981.78147.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=42.18%
G=37.23%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318810400.120.510.1646.2456.4862.16
HexD5BC680C33102e383e
Octal3252741500146320567076
Binary110101011011110011010000110011001110000101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC68; }

 p { color: rgb(213,188,104); }

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

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

 a { background-color: rgb(213,188,104); }

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

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

 span { border-color: rgb(213,188,104); }

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